Skip to content

Commit b529b4f

Browse files
committed
chore: keep pgadmin in local docker-compose
1 parent bd359ca commit b529b4f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@ services:
1919
timeout: 5s
2020
retries: 5
2121

22+
pgadmin:
23+
image: dpage/pgadmin4
24+
environment:
25+
- PGADMIN_DEFAULT_EMAIL=balancer-noreply@codeforphilly.org
26+
- PGADMIN_DEFAULT_PASSWORD=balancer
27+
ports:
28+
- "5050:80"
29+
depends_on:
30+
db:
31+
condition: service_healthy
32+
networks:
33+
app_net:
34+
ipv4_address: 192.168.0.4
35+
2236
backend:
2337
image: balancer-backend
2438
build: ./server

0 commit comments

Comments
 (0)