Skip to content

Commit 732d0f9

Browse files
committed
Integrate the client file into the compoe file
[refs #f34238344b71]
1 parent 8b67cda commit 732d0f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

developing/webapp/docker-compose.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@ services:
2323
- POSTGRES_DB=demo
2424
volumes:
2525
- ./sql/create_table.sql:/docker-entrypoint-initdb.d/create_table.sql
26+
27+
client:
28+
image: jfahrer/checker-u-dev-a3:latest
29+
environment:
30+
- POSTGRES_USER=demo
31+
- POSTGRES_PASSWORD=secret
32+
- POSTGRES_DB=demo
33+
- POSTGRES_HOST=pg

0 commit comments

Comments
 (0)