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