Working on public server

This commit is contained in:
notplants
2026-02-27 22:25:04 -05:00
parent c61aed32ff
commit 6ef5db5826
6 changed files with 188 additions and 26 deletions

49
compose.turn.yml Normal file
View File

@ -0,0 +1,49 @@
services:
livekit:
ports:
- target: 443
published: 443
protocol: udp
mode: host
# TURN relay ports — published in host mode so the SFU can reach them
# via the public IP. Each concurrent TURN user needs ~3 relay ports.
- target: 30000
published: 30000
protocol: udp
mode: host
- target: 30001
published: 30001
protocol: udp
mode: host
- target: 30002
published: 30002
protocol: udp
mode: host
- target: 30003
published: 30003
protocol: udp
mode: host
- target: 30004
published: 30004
protocol: udp
mode: host
- target: 30005
published: 30005
protocol: udp
mode: host
- target: 30006
published: 30006
protocol: udp
mode: host
- target: 30007
published: 30007
protocol: udp
mode: host
- target: 30008
published: 30008
protocol: udp
mode: host
- target: 30009
published: 30009
protocol: udp
mode: host