Working on public server
This commit is contained in:
49
compose.turn.yml
Normal file
49
compose.turn.yml
Normal 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
|
||||
Reference in New Issue
Block a user