update radio
This commit is contained in:
parent
48508cd8ae
commit
2b1e0059cd
|
@ -18,7 +18,6 @@ services:
|
|||
links:
|
||||
- icecast
|
||||
ports:
|
||||
- 8021:5001
|
||||
- 8022:5002
|
||||
- 127.0.0.1:5000:5000
|
||||
restart: on-failure
|
||||
|
@ -54,6 +53,8 @@ services:
|
|||
- traefik.backend=icecast
|
||||
- traefik.domain=dodsorf.as
|
||||
- traefik.docker.network=reverse
|
||||
- traefik.frontend.headers.SSLRedirect=true
|
||||
- traefik.frontend.entryPoints=http,https
|
||||
networks:
|
||||
- reverse
|
||||
- default
|
||||
|
@ -73,6 +74,8 @@ services:
|
|||
- traefik.backend=webradio
|
||||
- traefik.domain=dodsorf.as
|
||||
- traefik.docker.network=reverse
|
||||
- traefik.frontend.headers.SSLRedirect=true
|
||||
- traefik.frontend.entryPoints=http,https
|
||||
networks:
|
||||
- reverse
|
||||
- default
|
||||
|
|
|
@ -37,7 +37,7 @@ live = audio_to_stereo(
|
|||
|
||||
normal_songs = playlist(reload=600, mime_type="application/x-mpegURL", "http://web/playlist.php")
|
||||
halloween = playlist("/playlists/events/Halloween.m3u")
|
||||
christmas = playlist("/playlists/events/Chrsitmas.m3u")
|
||||
christmas = playlist("/playlists/events/Christmas.m3u")
|
||||
|
||||
requests = audio_to_stereo(drop_video(request.queue(id="request")))
|
||||
|
||||
|
|
Loading…
Reference in New Issue