add pg_admin to compose
This commit is contained in:
11
compose.yaml
11
compose.yaml
@@ -36,4 +36,13 @@ services:
|
|||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
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
|
||||||
Reference in New Issue
Block a user