mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #672] Self-hosting via Docker, can't get rid of "Running in debug mode, do not use in production." #482
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#482
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ovizii on GitHub (Jun 26, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/672
I've read all issues here mentioning
DEBUG = "False"but that did not help. I tried setting that as a docker ENV variable as well as putting it into local_settings.pyRunning healthecks via this image: https://hub.docker.com/r/linuxserver/healthchecks
healtchecks: v2.2.1
@cuu508 commented on GitHub (Jun 26, 2022):
Have you seen https://github.com/linuxserver/docker-healthchecks/issues/87 ?
@ovizii commented on GitHub (Jun 26, 2022):
Thanks, I missed that, but they suggest exactly what I was doing namely adding DEBUG=False to docker-compose.yml
Thanks for trying to help, I am giving up for now as I was facing multiple issues, like the PING_ENDPOINT not using SITE_ROOT to construct but simply localhost, totally ignoring my ENV variables.
linuxserver makes some very nice images when they work, but when they don't, you're stuck.
Will check back a few versions later to see if everything works again.