feat(service): add Healthchecks as a service#10335
Conversation
|
Hi @viticodotdev! 👋 It appears to us that you are either adding a new service or making changes to an existing one. Coolify Docs Repository: https://github.com/coollabsio/coolify-docs |
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>
|
PR including the service in the docs has been opened in coollabsio/coolify-docs#609 |
|
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 |
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
healthcheckscontainer and running one of the following commands is required:# Creating superuser with parameters ./manage.py createsuperuser --email user@example.com --password changeme123Or
# Creating superuser via the interactive prompt ./manage.py createsuperuserImportant:
ALLOWED_HOSTSis 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
Preview
AI Assistance
If AI was used:
Testing
curlto validate the workers were reachable and functionalContributor Agreement
Important