Compare commits

...

2 Commits

View File

@ -30,9 +30,8 @@ services:
- "traefik.tcp.routers.rtmpcast.entrypoints=rtmp" - "traefik.tcp.routers.rtmpcast.entrypoints=rtmp"
- "traefik.tcp.routers.rtmpcast.rule=HostSNI(`osp.${DOMAIN}`)" - "traefik.tcp.routers.rtmpcast.rule=HostSNI(`osp.${DOMAIN}`)"
- "traefik.tcp.routers.rtmpcast.service=rtmpcast" - "traefik.tcp.routers.rtmpcast.service=rtmpcast"
#- "traefik.tcp.routers.rtmpcast.tls=true" - "traefik.tcp.routers.rtmpcast.tls=true"
#- "traefik.tcp.routers.rtmpcast.tls.certresolver=myresolver" - "traefik.tcp.routers.rtmpcast.tls.certresolver=myresolver"
#- "traefik.tcp.routers.rtmpcast.tls.passthrough=true"
- "traefik.tcp.services.rtmpcast.loadbalancer.server.port=1935" - "traefik.tcp.services.rtmpcast.loadbalancer.server.port=1935"
networks: networks:
- default - default