Healthchecks Docker Image with multi-arch support.
Requires a database like postgres. For further configuration options visit the healthchecks repo.
---
version: "3"
services:
healthchecks:
image: supersandro2000/healthchecks
networks:
- healthchecks
restart: unless-stopped
healthchecks-alerts:
image: supersandro2000/healthchecks
networks:
- healthchecks
command: /app/manage.py sendalerts
restart: unless-stopped
Setup database with:
docker exec -it $PWD_healthchecks_1 ./manage.py migrate
docker exec -it $PWD_healthchecks_1 ./manage.py createsuperuser