grim/convey

Add network flag.
hostnames
2017-10-04, Eric Fritz
780c59d427a1
Add network flag.
tasks:
normal:
image: nginx:alpine
detach: true
health-check:
image: nginx:alpine
detach: true
healthcheck:
interval: 1s
timeout: 3s
command: wget -O - http://localhost
plans:
default:
stages:
- tasks:
- normal
- tasks:
- health-check