Added pgadmin4
This commit is contained in:
parent
6224d359e0
commit
5c19a002b6
1 changed files with 12 additions and 0 deletions
|
@ -11,6 +11,18 @@ services:
|
||||||
- "db:/var/lib/postgresql/data"
|
- "db:/var/lib/postgresql/data"
|
||||||
networks:
|
networks:
|
||||||
- webnet
|
- webnet
|
||||||
|
|
||||||
|
pgadmin4:
|
||||||
|
image: dpage/pgadmin4:latest
|
||||||
|
restart: "no"
|
||||||
|
ports:
|
||||||
|
- "5050:80"
|
||||||
|
environment:
|
||||||
|
- PGADMIN_DEFAULT_EMAIL=admin@mydomain.com
|
||||||
|
- PGADMIN_DEFAULT_PASSWORD=Qwerty
|
||||||
|
networks:
|
||||||
|
- webnet
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db:
|
db:
|
||||||
driver: local
|
driver: local
|
||||||
|
|
Loading…
Reference in a new issue