Fix docker starting order
This commit is contained in:
parent
54b0f23209
commit
472e619859
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_healthy
|
||||||
ports:
|
ports:
|
||||||
- "3131:3000"
|
- "3131:3000"
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue