mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-28 16:26:19 +08:00
发布 NexusPHP
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
a83bc4c9fa
commit
9814da9774
@ -71,11 +71,18 @@ additionalProperties:
|
|||||||
type: number
|
type: number
|
||||||
- default: "http://localhost"
|
- default: "http://localhost"
|
||||||
edit: true
|
edit: true
|
||||||
envKey: text
|
envKey: APP_URL
|
||||||
labelZh: 公网地址
|
labelZh: 公网地址
|
||||||
labelEn: Public URL
|
labelEn: Public URL
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
- default: "NexusPHP"
|
||||||
|
edit: true
|
||||||
|
envKey: APP_NAME
|
||||||
|
labelZh: 应用名称
|
||||||
|
labelEn: Application Name
|
||||||
|
required: true
|
||||||
|
type: text
|
||||||
- default: "base64:WUbN2wa2kl3E1VDW4iKaH3RBHw3hKY7BK0hWEkBZmGg="
|
- default: "base64:WUbN2wa2kl3E1VDW4iKaH3RBHw3hKY7BK0hWEkBZmGg="
|
||||||
edit: true
|
edit: true
|
||||||
envKey: APP_KEY
|
envKey: APP_KEY
|
||||||
|
@ -12,7 +12,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:8080
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
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}
|
||||||
|
Loading…
Reference in New Issue
Block a user