更新 deploy/docker-compose.dev.yml

This commit is contained in:
2026-05-15 18:39:12 +08:00
parent a17b002c2d
commit a4d42e10bb

View File

@@ -38,7 +38,7 @@ services:
minio: minio:
image: minio/minio:latest image: minio/minio:latest
container_name: echochat-minio container_name: echochat-minio
command: server /data --console-address ":9001" command: server /data --console-address ":9201"
ports: ports:
- "9200:9000" - "9200:9000"
- "9201:9001" - "9201:9001"
@@ -105,8 +105,8 @@ services:
ports: ports:
- "3300:3300" - "3300:3300"
# mediasoup RTC 流量端口范围UDP + TCP 双栈ICE-TCP fallback 用) # mediasoup RTC 流量端口范围UDP + TCP 双栈ICE-TCP fallback 用)
- "40000-40199:40000-40199/udp" - "50000-50199:40000-40199/udp"
- "40000-40199:40000-40199/tcp" - "50000-50199:40000-40199/tcp"
healthcheck: healthcheck:
test: ["CMD", "curl", "-fsS", "http://127.0.0.1:3300/healthz"] test: ["CMD", "curl", "-fsS", "http://127.0.0.1:3300/healthz"]
interval: 10s interval: 10s