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

10 lines
123 B
YAML

services:
web:
build: .
depends_on:
- db
- redis
redis:
image: redis
db:
image: postgres