compose-viz/tests/in/001000.yaml
2022-05-23 23:23:54 +08:00

12 lines
191 B
YAML

services:
web:
build: .
depends_on:
db:
condition: service_healthy
redis:
condition: service_started
redis:
image: redis
db:
image: postgres