This commit is contained in:
Халимов Рустам
2026-03-11 01:54:28 +03:00
parent 6fa63854c2
commit 96201dfd7b

View File

@@ -52,10 +52,10 @@ services:
- "3478:3478"
- "3478:3478/udp"
- "49152-49170:49152-49170/udp"
environment:
- DETECT_EXTERNAL_IP=yes
command:
- turnserver
- -n
- -v
- --log-file=stdout
- --min-port=49152
- --max-port=49170
@@ -63,6 +63,7 @@ services:
- --static-auth-secret=${TURN_SECRET:-dcf1c1827c0c520d45130e282ea26991}
- --no-tls
- --no-dtls
- --external-ip=78.47.125.180
volumes:
postgres_data: