Signed-off-by: Chris Corbyn <chris@w3style.co.uk> Conflicts: tests/fixtures/simple-figfile/fig.yml tests/unit/project_test.py
11 lines
189 B
YAML
11 lines
189 B
YAML
db:
|
|
image: busybox:latest
|
|
command: /bin/sleep 300
|
|
web:
|
|
image: busybox:latest
|
|
command: /bin/sleep 300
|
|
links:
|
|
- db:db
|
|
console:
|
|
image: busybox:latest
|
|
command: /bin/sleep 300
|