Compare commits

...
2 Commits
+2 -3
View File
@@ -30,9 +30,8 @@ services:
- "traefik.tcp.routers.rtmpcast.entrypoints=rtmp"
- "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"
#- "traefik.tcp.routers.rtmpcast.tls.passthrough=true"
- "traefik.tcp.routers.rtmpcast.tls=true"
- "traefik.tcp.routers.rtmpcast.tls.certresolver=myresolver"
- "traefik.tcp.services.rtmpcast.loadbalancer.server.port=1935"
networks:
- default