add pg_admin to compose
This commit is contained in:
parent
08108425cf
commit
ead6ddc702
11
compose.yaml
11
compose.yaml
@ -36,4 +36,13 @@ services:
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
start_period: 10s
|
||||
start_period: 10s
|
||||
pg_admin:
|
||||
image: dpage/pgadmin4
|
||||
environment:
|
||||
PGADMIN_DEFAULT_EMAIL: example@example.com
|
||||
PGADMIN_DEFAULT_PASSWORD: example
|
||||
ports:
|
||||
- 8080:80
|
||||
depends_on:
|
||||
- postgres
|
Loading…
x
Reference in New Issue
Block a user