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
|
||||
command: ["/app"]
|
||||
pull_policy: build
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "3131:3000"
|
||||
networks:
|
||||
|
|
Loading…
Add table
Reference in a new issue