parent
355001ff0d
commit
df96ec91d2
|
|
@ -1,8 +1,8 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: "/home/app_name"
|
||||
- default: "/home/glance"
|
||||
edit: true
|
||||
envKey: APP_NAME_ROOT_PATH
|
||||
envKey: GLANCE_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
required: true
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ services:
|
|||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${APP_NAME_ROOT_PATH}/app/glance.yml:/app/glance.yml
|
||||
- ${APP_NAME_ROOT_PATH}/app/assets:/app/assets
|
||||
- ${GLANCE_ROOT_PATH}/app/glance.yml:/app/glance.yml
|
||||
- ${GLANCE_ROOT_PATH}/app/assets:/app/assets
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue