feat: add Healthchecks template - #1181
Open
tizianozonta wants to merge 2 commits into
Open
tizianozonta wants to merge 2 commits into
tizianozonta wants to merge 2 commits into
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR about?
New PR of Healthchecks
Adds a template for Healthchecks, an open-source cron job and background task monitoring service.
healthchecks/healthchecks:v4.4(official image) +postgres:16-alpine, app waits for DB viaservice_healthysendalertsandsendreportsrun automatically inside the app container (upstreamuwsgi.ini)SECRET_KEYand DB password generated with helpers;SITE_ROOT,ALLOWED_HOSTSandPING_ENDPOINTderived from the domainDEBUG=Falseset explicitly (upstream defaults toTrue)REGISTRATION_OPEN=False); create the first admin with./manage.py createsuperuserfrom the container terminalSMTPD_PORT) intentionally not enabled, since it would require a published portChecklist
Before submitting this PR, please make sure that:
node build-scripts/generate-meta.js --checkpasses. Stack smoke-tested locally withdocker compose(migrations applied, uWSGI up, login page returns 200). Tested on a Dokploy instance via the preview base64: deploy OK, admin created withcreatesuperuser, login works behind Traefik.Issues related (if applicable)
Screenshots or Videos