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