mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-24 17:55:10 +08:00
测试应用 Ghost
Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
parent
8ea749644c
commit
744d6da2cc
@ -21,7 +21,7 @@ additionalProperties:
|
|||||||
value: percona
|
value: percona
|
||||||
- default: "/home/ghost"
|
- default: "/home/ghost"
|
||||||
edit: true
|
edit: true
|
||||||
envKey: GOST_ROOT_PATH
|
envKey: GHOST_ROOT_PATH
|
||||||
labelZh: 数据持久化路径
|
labelZh: 数据持久化路径
|
||||||
labelEn: Data persistence path
|
labelEn: Data persistence path
|
||||||
required: true
|
required: true
|
||||||
|
@ -19,7 +19,7 @@ services:
|
|||||||
- /etc/1panel/envs/global.env
|
- /etc/1panel/envs/global.env
|
||||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||||
volumes:
|
volumes:
|
||||||
- ${BARK_ROOT_PATH}/data:/var/lib/ghost/content
|
- ${GHOST_ROOT_PATH}/data:/var/lib/ghost/content
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- server__host=127.0.0.1
|
- server__host=127.0.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user