test: add depends_on long syntax

This commit is contained in:
Xyphuz 2022-05-23 23:23:54 +08:00
parent 09f8c65e7c
commit 9503c55f76

View file

@ -2,8 +2,10 @@ services:
web:
build: .
depends_on:
- db
- redis
db:
condition: service_healthy
redis:
condition: service_started
redis:
image: redis
db: