feat(config): 添加 WebSocket 端口配置支持
This commit is contained in:
@@ -54,6 +54,7 @@ services:
|
|||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
ports:
|
ports:
|
||||||
- "${SERVER_HTTP_PORT}:3001" #http端口
|
- "${SERVER_HTTP_PORT}:3001" #http端口
|
||||||
|
- "${CONFIG_WS_PORT}:3002"
|
||||||
read_only: true
|
read_only: true
|
||||||
networks:
|
networks:
|
||||||
easyai:
|
easyai:
|
||||||
|
|||||||
Reference in New Issue
Block a user