feat(config): 统一 ws-gateway 端口变量命名
Test start.ps1 (Windows) / test-windows (push) Has been cancelled

统一部署侧 WebSocket 端口配置为 CONFIG_WS_PORT,移除 SERVER_WS_PORT 的重复语义,并同步更新映射与注释说明以降低运维歧义。

Made-with: Cursor
This commit is contained in:
2026-03-29 10:05:57 +08:00
parent 80c9b5576a
commit f4bc04acde
2 changed files with 56 additions and 6 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ services:
labels:
- "com.centurylinklabs.watchtower.enable=true"
ports:
- "${SERVER_WS_PORT}:3002" #http端口
- "${CONFIG_WS_PORT}:3002" # ws-gateway WebSocket 对外端口映射
read_only: true
networks:
- comfyai