add pg_admin to compose

This commit is contained in:
mr0x50 2025-02-09 22:30:51 +01:00
parent 08108425cf
commit ead6ddc702

View File

@ -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