mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
add turn credentials and config
This commit is contained in:
parent
fde2940e53
commit
8ba69b35df
3 changed files with 33 additions and 7 deletions
|
|
@ -62,12 +62,18 @@ services:
|
|||
image: coturn/coturn:4.8.0
|
||||
container_name: coturn
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
ports:
|
||||
- "3478:3478/udp" # TURN/STUN UDP
|
||||
- "3478:3478/tcp" # TURN/STUN TCP
|
||||
- "5349:5349/tcp" # TURNS (TLS)
|
||||
- "49152-49200:49152-49200/udp" # Relay ports
|
||||
volumes:
|
||||
- ./config/coturn/turnserver.conf:/etc/coturn/turnserver.conf:ro
|
||||
command:
|
||||
- "-c"
|
||||
- "/etc/coturn/turnserver.conf"
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue