snikket/compose.coturn-int.yml

70 lines
1.5 KiB
YAML

---
version: "3.8"
services:
server:
ports:
# Audio/Video Data Proxy Negotiation and IP discovery (STUN/TURN)
- target: 3478
published: 3478
mode: host
- target: 3479
published: 3479
mode: host
# Audio/Video Data Proxy Negotiations and IP Discovery over TLS (STUN/TURN over TLS)
- target: 5439
published: 5439
protocol: tcp
mode: host
- target: 5439
published: 5439
protocol: udp
mode: host
- target: 5350
published: 5350
protocol: tcp
mode: host
- target: 5350
published: 5350
protocol: udp
mode: host
# Audio/Video Data Proxy (Turn Data, see below)
- target: 49152
published: 49152
protocol: udp
mode: host
- target: 49153
published: 49153
protocol: udp
mode: host
- target: 49154
published: 49154
protocol: udp
mode: host
- target: 49155
published: 49155
protocol: udp
mode: host
- target: 49156
published: 49156
protocol: udp
mode: host
- target: 49157
published: 49157
protocol: udp
mode: host
- target: 49158
published: 49158
protocol: udp
mode: host
- target: 49159
published: 49159
protocol: udp
mode: host
- target: 49160
published: 49160
protocol: udp
mode: host