Move Server env file

This commit is contained in:
Elliot Matson 2022-07-31 14:27:55 -05:00 committed by GitHub
parent 25147ebe23
commit ac8bb66c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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