修复 应用配置

This commit is contained in:
萌森 2024-10-19 17:32:26 +08:00
parent 947ee9ca49
commit 06beb18e63
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ additionalProperties:
labelEn: Data persistence path labelEn: Data persistence path
required: true required: true
type: text type: text
- default: 3000 - default: 3333
edit: true edit: true
envKey: PANEL_APP_PORT_HTTP envKey: PANEL_APP_PORT_HTTP
labelZh: 访问端口 labelZh: 访问端口

View File

@ -12,7 +12,7 @@ services:
networks: networks:
- 1panel-network - 1panel-network
ports: ports:
- ${PANEL_APP_PORT_HTTP}:3000 - ${PANEL_APP_PORT_HTTP}:3333
env_file: env_file:
- /etc/1panel/envs/global.env - /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env} - ${ENV_FILE:-/etc/1panel/envs/default.env}
@ -21,6 +21,6 @@ services:
- ${PINGVIN_SHARE_ROOT_PATH}/images:/opt/app/frontend/public/img - ${PINGVIN_SHARE_ROOT_PATH}/images:/opt/app/frontend/public/img
environment: environment:
- BACKEND_PORT=8080 - BACKEND_PORT=8080
- PORT=3000 - PORT=3333
- API_URL=http://localhost:8080 - API_URL=http://localhost:8080
- TRUST_PROXY=false - TRUST_PROXY=false