/docker-healthchecks

Simple to use Docker image for https://github.com/healthchecks/healthchecks.

Primary LanguageShellMIT LicenseMIT

docker-healthchecks

Docker Repository on Quay.io

Image available from:

Simple to use Docker image for https://github.com/healthchecks/healthchecks.

Running the image

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