compose-viz/tests/in/001000.yaml
2022-05-03 22:05:00 +08:00

10 lines
No EOL
122 B
YAML

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