feat(config): 添加 WebSocket 端口配置支持

This commit is contained in:
wangbo 2026-03-31 17:49:57 +08:00
parent b7dddfb750
commit 341408d23c

View File

@ -54,6 +54,7 @@ services:
- "com.centurylinklabs.watchtower.enable=true"
ports:
- "${SERVER_HTTP_PORT}:3001" #http端口
- "${CONFIG_WS_PORT}:3002"
read_only: true
networks:
easyai: