compose/tests/fixtures/v2-dependencies/docker-compose.yml

14 lines
227 B
YAML
Raw Normal View History

version: "2.0"
services:
db:
image: busybox:latest
command: top
web:
image: busybox:latest
command: top
depends_on:
- db
console:
image: busybox:latest
command: top