Start order is fixed now
This commit is contained in:
parent
7978dd131a
commit
3f5cf06048
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ services:
|
||||||
image: atridad:latest
|
image: atridad:latest
|
||||||
command: ["/app"]
|
command: ["/app"]
|
||||||
pull_policy: build
|
pull_policy: build
|
||||||
|
depends_on:
|
||||||
|
db:
|
||||||
|
condition: service_started
|
||||||
ports:
|
ports:
|
||||||
- "3131:3000"
|
- "3131:3000"
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue