发布 NexusPHP

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2024-11-07 13:12:41 +08:00
parent a83bc4c9fa
commit 9814da9774
2 changed files with 9 additions and 2 deletions

View File

@ -71,11 +71,18 @@ additionalProperties:
type: number
- default: "http://localhost"
edit: true
envKey: text
envKey: APP_URL
labelZh: 公网地址
labelEn: Public URL
required: true
type: text
- default: "NexusPHP"
edit: true
envKey: APP_NAME
labelZh: 应用名称
labelEn: Application Name
required: true
type: text
- default: "base64:WUbN2wa2kl3E1VDW4iKaH3RBHw3hKY7BK0hWEkBZmGg="
edit: true
envKey: APP_KEY

View File

@ -12,7 +12,7 @@ services:
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
- ${PANEL_APP_PORT_HTTP}:80
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}