We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd359ca commit b529b4fCopy full SHA for b529b4f
1 file changed
docker-compose.yml
@@ -19,6 +19,20 @@ services:
19
timeout: 5s
20
retries: 5
21
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
+
36
backend:
37
image: balancer-backend
38
build: ./server
0 commit comments