Simple Docker image for https://github.com/healthchecks/healthchecks
---
version: "2"
services:
healthchecks:
image: craftingit/healthchecks-docker:latest
container_name: healthchecks
environment:
- SITE_NAME=test
- [email protected]
- REGISTRATION_OPEN=False
# To monitor Healtchecks local and with healthchecks.io online service.
# - FIFTEEN_MINUTES_WATCHDOG1=
# - FIFTEEN_MINUTES_WATCHDOG2=
# Create Superuser
# - [email protected]
# - SUPERUSER_PASSWORD=123456
volumes:
- ./data:/data
ports:
- 8000:8000
restart: unless-stopped
Content type
Image
Digest
sha256:d4932b109…
Size
213.7 MB
Last updated
8 months ago
docker pull craftingit/healthchecks-docker