(refactor) Remove env files and scripts, update config files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "/home/postgres"
|
||||
- default: "./data"
|
||||
edit: true
|
||||
envKey: POSTGRES_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
|
||||
@@ -13,9 +13,6 @@ services:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5432
|
||||
env_file:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user