Update gipat

This commit is contained in:
2025-11-01 15:12:25 +00:00
parent 4708cb0f5b
commit 440e140618
9 changed files with 137 additions and 3 deletions

View 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