Move Server env file
This commit is contained in:
parent
25147ebe23
commit
ac8bb66c37
@ -17,7 +17,6 @@ x-common:
|
|||||||
PGADMIN_DEFAULT_EMAIL: admin@admin.com
|
PGADMIN_DEFAULT_EMAIL: admin@admin.com
|
||||||
PGADMIN_DEFAULT_PASSWORD: root
|
PGADMIN_DEFAULT_PASSWORD: root
|
||||||
PGADMIN_PORT: &pgadmin-port "3001:80"
|
PGADMIN_PORT: &pgadmin-port "3001:80"
|
||||||
PGADMIN_SERVER_JSON_FILE: /pgadmin4-config/servers.json
|
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------------------
|
||||||
# DANGER ZONE BELOW
|
# DANGER ZONE BELOW
|
||||||
@ -79,6 +78,7 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
<<: [*db-environment]
|
<<: [*db-environment]
|
||||||
|
- PGADMIN_SERVER_JSON_FILE: /pgadmin4-config/servers.json
|
||||||
volumes:
|
volumes:
|
||||||
- pgadmin-config:/config
|
- pgadmin-config:/config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user