Image available from:
Simple to use Docker image for https://github.com/healthchecks/healthchecks.
If you want to add a variable as a setting you have to prefix it with HC_
.
docker run \
-d \
-p 80:8000 \
-e 'HC_HOST=0.0.0.0' \
-e 'HC_PING_EMAIL_DOMAIN=example.com' \
-e 'HC_SITE_ROOT=http://example.com' \
-e 'HC_EMAIL_HOST=smtp.example.com' \
-e 'HC_EMAIL_PORT=25' \
-e 'HC_EMAIL_USE_TLS=True' \
-e 'HC_EMAIL_HOST_USER=user@example.com' \
-e 'HC_EMAIL_HOST_PASSWORD=YOUR_PASSWORD' \
gwdp/healthchecks:latest