From 2b1e0059cd158356e54827652126c368636e37d6 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 9 Nov 2019 21:04:14 +0100 Subject: [PATCH] update radio --- docker-compose.yml | 5 ++++- state/liquidsoap/config/main.liq | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 35f4098..97e4c83 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/state/liquidsoap/config/main.liq b/state/liquidsoap/config/main.liq index 234139a..80fc303 100644 --- a/state/liquidsoap/config/main.liq +++ b/state/liquidsoap/config/main.liq @@ -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")))