grim/convey

6e0d26717ede
Merged in efritz/convey/add-run-user (pull request #38)

Add run user

Approved-by: Gary Kramlich
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