Update docker-compose.yml
This commit is contained in:
parent
f4995fd8e4
commit
f9de3eb001
|
@ -48,16 +48,16 @@ services:
|
||||||
- ICECAST_RELAY_PASSWORD=hackme
|
- ICECAST_RELAY_PASSWORD=hackme
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|
||||||
- "traefik.http.services.radio-icecast.loadbalancer.server.port=8000"
|
- "traefik.http.services.radio-icecast.loadbalancer.server.port=8000"
|
||||||
|
|
||||||
|
- "traefik.http.routers.radio-icecast-http.entrypoints=web"
|
||||||
- "traefik.http.routers.radio-iceast-http.rule=Host(`iceast.radio.dodsorf.as`)"
|
- "traefik.http.routers.radio-iceast-http.rule=Host(`iceast.radio.dodsorf.as`)"
|
||||||
- "traefik.http.routers.radio-icecast-http.middlewares=redirect@file"
|
- "traefik.http.routers.radio-icecast-http.middlewares=redirect@file"
|
||||||
- "traefik.http.routers.radio-icecast-http.entrypoints=web"
|
|
||||||
|
|
||||||
|
- "traefik.http.routers.radio-icecast-https.entrypoints=websecure"
|
||||||
- "traefik.http.routers.radio-icecast-https.rule=Host(`icecast.radio.dodsorf.as`)"
|
- "traefik.http.routers.radio-icecast-https.rule=Host(`icecast.radio.dodsorf.as`)"
|
||||||
- "traefik.http.routers.radio-icecast-https.tls=true"
|
- "traefik.http.routers.radio-icecast-https.tls=true"
|
||||||
- "traefik.http.routers.radio-icecast-https.tls.certresolver=normal"
|
- "traefik.http.routers.radio-icecast-https.tls.certresolver=normal"
|
||||||
- "traefik.http.routers.radio-icecast-https.entrypoints=websecure"
|
|
||||||
networks:
|
networks:
|
||||||
- reverse
|
- reverse
|
||||||
- default
|
- default
|
||||||
|
@ -72,15 +72,15 @@ services:
|
||||||
- ./state/playlists:/playlists
|
- ./state/playlists:/playlists
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|
||||||
- "traefik.http.services.radio-web.loadbalancer.server.port=80"
|
- "traefik.http.services.radio-web.loadbalancer.server.port=80"
|
||||||
|
|
||||||
|
- "traefik.http.routers.radio-web-http.entrypoints=web"
|
||||||
- "traefik.http.routers.radio-web-http.rule=Host(`radio.dodsorf.as`)"
|
- "traefik.http.routers.radio-web-http.rule=Host(`radio.dodsorf.as`)"
|
||||||
- "traefik.http.routers.radio-web-http.middlewares=redirect@file"
|
- "traefik.http.routers.radio-web-http.middlewares=redirect@file"
|
||||||
- "traefik.http.routers.radio-web-http.entrypoints=web"
|
|
||||||
|
|
||||||
|
- "traefik.http.routers.radio-web-https.entrypoints=websecure"
|
||||||
- "traefik.http.routers.radio-web-https.rule=Host(`radio.dodsorf.as`)"
|
- "traefik.http.routers.radio-web-https.rule=Host(`radio.dodsorf.as`)"
|
||||||
- "traefik.http.routers.radio-web-https.tls=true"
|
- "traefik.http.routers.radio-web-https.tls=true"
|
||||||
- "traefik.http.routers.radio-web-https.entrypoints=websecure"
|
|
||||||
- "traefik.http.routers.radio-web-https.tls.certresolver=normal"
|
- "traefik.http.routers.radio-web-https.tls.certresolver=normal"
|
||||||
networks:
|
networks:
|
||||||
- reverse
|
- reverse
|
||||||
|
|
Loading…
Reference in New Issue