wger-project / docker

Production...ish docker-compose image for wger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I provide a Redis Password?

UNRA1DUser opened this issue · comments

Hi,

I am using the wger-unraid App in Unraid and I want to use my own Redis Docker Container. My Redis Docker Container is using a Password. What type of value do I need to provide that Password to the wger-unraid Docker Container?

Thanks!

I just found a Documentation about it -> https://readthedocs.org/projects/django-redis-chs/downloads/pdf/latest/

Page 6

CACHES = { "default": { "BACKEND": "django_redis.cache.RedisCache", "LOCATION": "redis://127.0.0.1:6379/1", "OPTIONS": { "CLIENT_CLASS": "django_redis.client.DefaultClient", "PASSWORD": "mysecret" } } }

Alright, the config should be available now, let me know if everything worked