Update some things

This commit is contained in:
Stephan Porada
2021-05-01 10:41:26 +02:00
parent 698cef6d3d
commit 88fed56f9c
2 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,7 @@ services:
- "traefik.http.services.osp.loadbalancer.server.port=80"
# RTMP specific
- "traefik.tcp.routers.rtmpcast.entrypoints=osp-rtmp"
- "traefik.tcp.routers.rtmpcast.rule=HostSNI(`osp.sporada.eu`)"
- "traefik.tcp.routers.rtmpcast.rule=HostSNI(`osp.${DOMAIN}`)"
- "traefik.tcp.routers.rtmpcast.service=rtmpcast"
- "traefik.tcp.routers.rtmpcast.tls=true"
- "traefik.tcp.routers.rtmpcast.tls.certresolver=myresolver"