21 lines
501 B
YAML
21 lines
501 B
YAML
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
|