Skip to content

feat(service): add Healthchecks as a service#10335

Open
viticodotdev wants to merge 6 commits into
coollabsio:nextfrom
viticodotdev:next
Open

feat(service): add Healthchecks as a service#10335
viticodotdev wants to merge 6 commits into
coollabsio:nextfrom
viticodotdev:next

Conversation

@viticodotdev
Copy link
Copy Markdown

@viticodotdev viticodotdev commented May 21, 2026

Changes

Added Healthchecks as a service, current configuration should allow for registration via magic link (requires SMTP to be set up). For superuser creation, accessing the healthchecks container and running one of the following commands is required:

# Creating superuser with parameters
./manage.py createsuperuser --email user@example.com --password changeme123

Or

# Creating superuser via the interactive prompt
./manage.py createsuperuser

Important: ALLOWED_HOSTS is set to * by default, this should be set to only the necessary hosts on a production scenario (Read more). If a different value is required before approval do let me know.

Issues

N/A

Category

  • Bug fix
  • Improvement
  • New feature
  • Adding new one click service
  • Fixing or updating existing one click service

Preview

image image

AI Assistance

  • AI was NOT used to create this PR
  • AI was used (please describe below)

If AI was used:

  • Tools used: N/A
  • How extensively: N/A

Testing

  • Deployed the service on a production Coolify instance via the specified compose, validated the web UI was reachable.
  • Tested the app endpoints via curl to validate the workers were reachable and functional

Contributor Agreement

Important

Comment thread templates/compose/healthchecks.yaml Outdated
Comment thread templates/compose/healthchecks.yaml Outdated
Comment thread templates/compose/healthchecks.yaml Outdated
@ShadowArcanist ShadowArcanist added ⚙️ Service Issues requesting or PRs adding/fixing service templates. 📑 Waiting for Docs PR PRs that need to have a mirrored PR to the Coolify Docs before being merged. labels May 21, 2026
@ShadowArcanist ShadowArcanist changed the title feat(templates): add Healthchecks as a service feat(service): add Healthchecks as a service May 21, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Hi @viticodotdev! 👋

It appears to us that you are either adding a new service or making changes to an existing one.
We kindly ask you to also review and update the Coolify Documentation to include this new service or it's new configuration needs.
This will help ensure that our documentation remains accurate and up-to-date for all users.

Coolify Docs Repository: https://github.com/coollabsio/coolify-docs
How to Contribute a new Service to the Docs: https://coolify.io/docs/get-started/contribute/service#adding-a-new-service-template-to-the-coolify-documentation

viticodotdev and others added 3 commits May 21, 2026 11:46
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
@viticodotdev
Copy link
Copy Markdown
Author

viticodotdev commented May 21, 2026

PR including the service in the docs has been opened in coollabsio/coolify-docs#609

@ShadowArcanist ShadowArcanist removed the 📑 Waiting for Docs PR PRs that need to have a mirrored PR to the Coolify Docs before being merged. label May 21, 2026
@ShadowArcanist
Copy link
Copy Markdown
Member

Thanks, will test this template when I get some free time. If everything works fine then I will approve the changes and add the read to merge label

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚙️ Service Issues requesting or PRs adding/fixing service templates.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants