Fix RTMP router/service

This commit is contained in:
3wc 2021-10-23 22:52:51 +02:00
parent 821dc0870a
commit 8e8b1fa222
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.tcp.routers.${STACK_NAME}-rtmp.rule=HostSNI(`*`)"
- "traefik.tcp.routers.${STACK_NAME}-rtmp.entrypoints=rtmp"
- "traefik.tcp.routers.${STACK_NAME}-rtmp.service=antmedia"
- "traefik.tcp.routers.${STACK_NAME}-rtmp.entrypoints=peertube-rtmp"
- "traefik.tcp.routers.${STACK_NAME}-rtmp.service=${STACK_NAME}-rtmp"
- "traefik.tcp.services.${STACK_NAME}-rtmp.loadbalancer.server.port=1935"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]