更新 deploy/docker-compose.dev.yml
This commit is contained in:
@@ -122,26 +122,26 @@ services:
|
|||||||
# 或使用 scripts/deploy-public.sh 一键启动
|
# 或使用 scripts/deploy-public.sh 一键启动
|
||||||
# ============================================================
|
# ============================================================
|
||||||
coturn:
|
coturn:
|
||||||
image: coturn/coturn:latest
|
image: coturn/coturn:latest
|
||||||
container_name: echochat-coturn
|
container_name: echochat-coturn
|
||||||
profiles: ["public"]
|
profiles: ["public"]
|
||||||
network_mode: host
|
network_mode: host
|
||||||
command: >
|
command: >
|
||||||
-n
|
-n
|
||||||
--log-file=stdout
|
--log-file=stdout
|
||||||
--listening-port=${TURN_LISTEN_PORT:-3478}
|
--listening-port=${TURN_LISTEN_PORT:-3478}
|
||||||
--tls-listening-port=${TURN_TLS_PORT:-5349}
|
--tls-listening-port=${TURN_TLS_PORT:-5349}
|
||||||
--min-port=${TURN_MIN_PORT:-49160}
|
--min-port=${TURN_MIN_PORT:-49160}
|
||||||
--max-port=${TURN_MAX_PORT:-49200}
|
--max-port=${TURN_MAX_PORT:-49200}
|
||||||
--realm=${TURN_REALM:-echochat}
|
--realm=${TURN_REALM:-echochat}
|
||||||
--user=${TURN_USERNAME:-echouser}:${TURN_PASSWORD:-echopass}
|
--user=${TURN_USERNAME:-echouser}:${TURN_PASSWORD:-echopass}
|
||||||
--fingerprint
|
--fingerprint
|
||||||
--lt-cred-mech
|
--lt-cred-mech
|
||||||
--no-multicast-peers
|
--no-multicast-peers
|
||||||
--cli=false
|
--cli=false
|
||||||
--no-tlsv1
|
--no-tlsv1
|
||||||
--no-tlsv1_1
|
--no-tlsv1_1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pgdata:
|
pgdata:
|
||||||
|
|||||||
Reference in New Issue
Block a user