Closed p6002 closed 1 year ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Yeah it needs a proper fix since django 4.0 requires the CSRF_TRUSTED_ORIGINS but our init doesn't support it properly at the moment and I haven't had time to PR a fix.
You can directly add it to the local_settings.py
in /config, however.
CSRF_TRUSTED_ORIGINS = ["https://healthchecks.example.com"]
Thanks, now it works. I still had to deactivate ports 2525 to get traefik to let traffic through to the correct port.
Is there an existing issue for this?
Current Behavior
Does anyone have a working compose for this tool? I've been trying to get it running for a few hours and there is no way to do so.
https://pastebin.com/kRPbbXTf
Expected Behavior
Working container
Steps To Reproduce
Starting container.
Environment
CPU architecture
x86-64
Docker creation
Container logs