compose-viz/tests/in/001000.yaml

13 lines
191 B
YAML
Raw Normal View History

2022-05-03 16:05:00 +02:00
services:
web:
build: .
depends_on:
2022-05-23 17:23:54 +02:00
db:
condition: service_healthy
redis:
condition: service_started
2022-05-03 16:05:00 +02:00
redis:
image: redis
db:
2022-05-18 17:28:18 +02:00
image: postgres