diff --git a/compose.yaml b/compose.yaml index 489d157..f7f331a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -36,4 +36,13 @@ services: interval: 5s timeout: 5s retries: 5 - start_period: 10s \ No newline at end of file + 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 \ No newline at end of file