Fix(paperless): redis

This commit is contained in:
nold 2022-04-02 11:54:01 +02:00
parent f417e02e6e
commit 1ac97ddf47

View file

@ -25,7 +25,7 @@ env:
# -- Project name # -- Project name
COMPOSE_PROJECT_NAME: paperless COMPOSE_PROJECT_NAME: paperless
# -- Redis to use # -- Redis to use
PAPERLESS_REDIS: redis://paperless-redis-master PAPERLESS_REDIS: redis://paperless-redis-master.paperless.svc.cluster.local
# -- OCR languages to install # -- OCR languages to install
PAPERLESS_OCR_LANGUAGE: deu+eng PAPERLESS_OCR_LANGUAGE: deu+eng
USERMAP_UID: 1000 USERMAP_UID: 1000
@ -66,6 +66,9 @@ persistence:
postgresql: postgresql:
enabled: false enabled: false
redis: redis:
enabled: true enabled: true
architecture: standalone architecture: standalone
auth:
enabled: false