add pgadmin in service
This commit is contained in:
parent
ceccd15519
commit
2d646457be
@ -21,3 +21,13 @@ services:
|
|||||||
- 15079:8080
|
- 15079:8080
|
||||||
links:
|
links:
|
||||||
- bdd_service:db
|
- bdd_service:db
|
||||||
|
pgadmin_service:
|
||||||
|
restart: always
|
||||||
|
image: dpage/pgadmin4
|
||||||
|
volumes:
|
||||||
|
- ./data_pgadmin:/root/.pgadmin
|
||||||
|
ports:
|
||||||
|
- "15078:80"
|
||||||
|
links:
|
||||||
|
- bdd_service:db
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user