test: add depends_on long syntax
This commit is contained in:
parent
09f8c65e7c
commit
9503c55f76
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,10 @@ services:
|
|||
web:
|
||||
build: .
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
db:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_started
|
||||
redis:
|
||||
image: redis
|
||||
db:
|
||||
|
|
Loading…
Reference in a new issue