update radio

This commit is contained in:
root 2019-11-09 21:04:14 +01:00
parent 48508cd8ae
commit 2b1e0059cd
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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")))