grim/convey

closing merged branch
env-loop-nice-try
2017-10-13, Gary Kramlich
c9d01e05fae4
closing merged branch
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