Add owncast and fix rtmp routes

This commit is contained in:
Stephan Porada
2021-05-06 12:14:28 +02:00
parent 5116449f7e
commit d5915f7f61
5 changed files with 36 additions and 5 deletions

View File

@ -27,12 +27,12 @@ services:
- "traefik.http.routers.osp.tls.certresolver=myresolver"
- "traefik.http.services.osp.loadbalancer.server.port=80"
# RTMP specific
- "traefik.tcp.routers.rtmpcast.entrypoints=osp-rtmp"
- "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.routers.rtmpcast.tls.passthrough=true"
- "traefik.tcp.services.rtmpcast.loadbalancer.server.port=1935"
networks:
- default