Update gipat
This commit is contained in:
20
services/turn/docker-compose.yaml
Normal file
20
services/turn/docker-compose.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
coturn:
|
||||
image: coturn/coturn
|
||||
command:
|
||||
- "--realm"
|
||||
- "cloud.maksim-pankov.ru"
|
||||
- "--no-stdout-log"
|
||||
- "--log-file"
|
||||
- "stdout"
|
||||
- "--stale-nonce=600"
|
||||
# - "--use-auth-secret"
|
||||
# - "--lt-cred-mech"
|
||||
- "--fingerprint"
|
||||
- "--no-software-attribute"
|
||||
- "--no-multicast-peers"
|
||||
environment:
|
||||
DETECT_EXTERNAL_IP: yes
|
||||
DETECT_RELAY_IP: yes
|
||||
STATIC_AUTH_SECRET: fd838fd0efa4b53f243398e658dc55d7
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user