diff --git a/compose.yml b/compose.yml index 3580ff0..adeecfc 100644 --- a/compose.yml +++ b/compose.yml @@ -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"]