应用标准化

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-11-27 17:54:18 +08:00
parent 0b5026f645
commit 593018d97a
329 changed files with 590 additions and 119 deletions
+4 -4
View File
@@ -16,7 +16,7 @@ services:
- ${PANEL_APP_PORT_WK_WS}:5200
- ${PANEL_APP_PORT_WK_WEB_SERVER}:5300
env_file:
- /etc/1panel/envs/global.env
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${TANGSENGDAODAO_ROOT_PATH}/wukongim:/root/wukongim
@@ -40,7 +40,7 @@ services:
ports:
- ${PANEL_APP_PORT_TS_APP_HTTP}:8090
env_file:
- /etc/1panel/envs/global.env
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
command: "api"
healthcheck:
@@ -72,7 +72,7 @@ services:
ports:
- ${PANEL_APP_PORT_TS_APP_WEB}:80
env_file:
- /etc/1panel/envs/global.env
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
environment:
- API_URL=http://${WK_EXTERNAL_IP}:${PANEL_APP_PORT_TS_APP_HTTP}/
@@ -87,7 +87,7 @@ services:
ports:
- ${PANEL_APP_PORT_HTTP}:80
env_file:
- /etc/1panel/envs/global.env
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
environment:
- API_URL=http://${WK_EXTERNAL_IP}:${PANEL_APP_PORT_TS_APP_HTTP}/