更新 deploy/docker-compose.dev.yml
This commit is contained in:
@@ -102,11 +102,11 @@ services:
|
|||||||
MEDIASOUP_RTC_MAX_PORT: ${MEDIASOUP_RTC_MAX_PORT:-30199}
|
MEDIASOUP_RTC_MAX_PORT: ${MEDIASOUP_RTC_MAX_PORT:-30199}
|
||||||
MEDIASOUP_WORKER_LOG_LEVEL: warn
|
MEDIASOUP_WORKER_LOG_LEVEL: warn
|
||||||
MEDIASOUP_MAX_ROUTERS: "200"
|
MEDIASOUP_MAX_ROUTERS: "200"
|
||||||
ports:
|
#ports:
|
||||||
- "3300:3300"
|
# - "3300:3300"
|
||||||
# mediasoup RTC 流量端口范围(UDP + TCP 双栈,ICE-TCP fallback 用)
|
# mediasoup RTC 流量端口范围(UDP + TCP 双栈,ICE-TCP fallback 用)
|
||||||
- "30000-30199:40000-40199/udp"
|
# - "30000-30199:40000-40199/udp"
|
||||||
- "30000-30199:40000-40199/tcp"
|
# - "30000-30199: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
|
||||||
|
|||||||
Reference in New Issue
Block a user