Netbox x CasaOS Docker Issues #1124
Unanswered
rstuhlmuller
asked this question in
Getting Help
Replies: 1 comment
-
Hi, i have the Exact same problem. django.core.exceptions.ImproperlyConfigured: SECRET_KEY must be at least 50 characters in length Can Somebody help here Please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, having an issue when running the netboxcommunity/netbox:v3.6.7 image in CasaOS (basically a docker frontend). Here are my environment variables:
ALLOWED_HOSTS
=localhost 127.0.0.1 netbox.local
DB_WAIT_DEBUG
=1
And Volumes:
/DATA/AppData/netdata/config
=/config
Ports:
8000
=8080
I cannot get it to work, and these logs are hard to debug...
I also tried using the
SECRET_KEY
environment variable with a random string and got these logs:Are there other environment variables I am missing? What could be the issue? There is no firewall blocking port 5432 as far as I am aware.
Beta Was this translation helpful? Give feedback.
All reactions