mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 05:28:44 +02:00
SRT port must be exposed as UDP port
This commit is contained in:
@ -9,7 +9,7 @@ services:
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
- 9710:9710
|
||||
- 9710:9710/udp
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./traefik_data:/data
|
||||
@ -49,8 +49,8 @@ services:
|
||||
- "traefik.http.routers.ghostream-metrics.service=ghostream-metrics"
|
||||
- "traefik.http.services.ghostream-metrics.loadbalancer.server.port=2112"
|
||||
|
||||
- "traefik.tcp.routers.ghostream-srt.rule=HostSNI(`stream.example.com`)"
|
||||
- "traefik.tcp.routers.ghostream-srt.entrypoints=srtsecure"
|
||||
- "traefik.tcp.routers.ghostream-srt.tls.certresolver=mytlschallenge"
|
||||
- "traefik.tcp.routers.ghostream-srt.service=ghostream-srt"
|
||||
- "traefik.tcp.services.ghostream-srt.loadbalancer.server.port=9710"
|
||||
- "traefik.udp.routers.ghostream-srt.rule=HostSNI(`stream.example.com`)"
|
||||
- "traefik.udp.routers.ghostream-srt.entrypoints=srtsecure"
|
||||
- "traefik.udp.routers.ghostream-srt.tls.certresolver=mytlschallenge"
|
||||
- "traefik.udp.routers.ghostream-srt.service=ghostream-srt"
|
||||
- "traefik.udp.services.ghostream-srt.loadbalancer.server.port=9710"
|
||||
|
Reference in New Issue
Block a user