Pgadmin newest version 4.x (#2054)

* new last version pgadmin
This commit is contained in:
andreypaa
2019-03-21 18:19:32 +03:00
committed by Shao Yu-Lung (Allen)
parent 9920397463
commit d1f3bc8e5c
3 changed files with 13 additions and 13 deletions

View File

@ -595,11 +595,15 @@ services:
### pgAdmin ##############################################
pgadmin:
build: ./pgadmin
container_name: pgadmin
image: dpage/pgadmin4:latest
environment:
- "PGADMIN_DEFAULT_EMAIL=${PGADMIN_DEFAULT_EMAIL}"
- "PGADMIN_DEFAULT_PASSWORD=${PGADMIN_DEFAULT_PASSWORD}"
ports:
- "5050:5050"
- "${PGADMIN_PORT}:80"
volumes:
- ${DATA_PATH_HOST}/pgadmin-backup:/var/lib/pgadmin/storage/pgadmin4
- ${DATA_PATH_HOST}/pgadmin:/var/lib/pgadmin
depends_on:
- postgres
networks: