grim/convey

ChangeLog the fix for #21

2017-09-11, Gary Kramlich
f51751123396
ChangeLog the fix for #21
tasks:
normal:
image: nginx:alpine
detach: true
health-check:
image: nginx:alpine
detach: true
healthcheck:
interval: 1s
timeout: 3s
command: wget http://localhost
plans:
default:
stages:
- tasks:
- normal
- tasks:
- health-check