更新 deploy/docker-compose.dev.yml

This commit is contained in:
2026-05-15 16:47:46 +08:00
parent c886276229
commit 104bc7b9aa

View File

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