mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user