Skip to content

Commit b931e49

Browse files
committed
Add the dependencies for the webapp service
[refs #3327ca63f78b]
1 parent 286f940 commit b931e49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose_example/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ services:
1919

2020
webapp:
2121
image: jfahrer/demo_web_app:latest
22+
depends_on:
23+
- pg
2224
ports:
2325
- 9292:9292
2426
environment:

0 commit comments

Comments
 (0)