compose/pkg/e2e/fixtures/dependencies/dependency-exit.yaml
Nicolas De Loof b8bbdcd872 detect dependency failed to start
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2022-12-19 16:26:39 +01:00

10 lines
155 B
YAML

services:
web:
image: nginx:alpine
depends_on:
db:
condition: service_healthy
db:
image: alpine
command: sh -c "exit 1"