healthchecks.io + cloudflared
3.0K
A docker image running healthchecks.io and cloudflared to run on mogenius.
Version tag fe. v2.5-2022.12.1 = (healthchecks version)-(cloudflared version)
There is an actions workflow that runs daily and if a new version of cloudflared or healthchecks has been released it will create a new image.
https://github.com/ziggyds/cloudflared-healthchecks
Builds image and starts container
docker-compose up
Just builds the image
docker-compose build --no-cache
Force build
docker-compose up --build
Skip build
docker-compose up --no-build
For a more detailed output set BUILDKIT_PROGRESS
Shell
export BUILDKIT_PROGRESS=plain
Powershell
$env:BUILDKIT_PROGRESS="plain"
---
version: '3.9'
services:
cloudflared-healthchecks:
container_name: cloudflared-healthchecks
environment:
SECRET_KEY: "YOUR_SECRET_KEY"
SITE_ROOT: "site root"
SITE_NAME: "site name"
PING_EMAIL_DOMAIN: "(sub)domain"
SUPERUSER_EMAIL: "email here"
SUPERUSER_PASSWORD: "password"
DEBUG: "False"
REGISTRATION_OPEN: "False"
LANG: "C.UTF-8"
USE_PAYMENTS: "False"
DB_NAME: "/data/hc.sqlite"
PYTHONUNBUFFERED: 1
CLOUDFLARED_TUNNEL_TOKEN: "tunnel token"
volumes:
- /mnt/user/appdata/cloudflared-healthchecks:/data
ports:
- 8000:8000
image: ziggyds/cloudflared-healthchecks:latest
restart: unless-stopped
Content type
Image
Digest
sha256:b0765be98…
Size
181.4 MB
Last updated
over 2 years ago
docker pull ziggyds/cloudflared-healthchecks