mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-04 05:35:24 +00:00
f4fece5550
Best practice is for redis to be at least password protected: https://redis.io/docs/getting-started/. Paperless uses `Redis.from_url` (https://github.com/paperless-ngx/paperless-ngx/blob/5fe435048bc6eb77f9473afc11588427846456ab/docker/wait-for-redis.py#L24) to establish a connection to redis which already enables us to use username/password, e.g. `redis://username:password@redis:6379`. The redis connection string therefore is a secret and needs to be able to leverage docker secrets, hence this PR.
4.0 KiB
Executable File
4.0 KiB
Executable File