mirror of
https://github.com/nold360/hive-apps
synced 2024-11-20 04:29:26 +00:00
Fix(paperless): redis
This commit is contained in:
parent
f417e02e6e
commit
1ac97ddf47
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,7 @@ env:
|
|||
# -- Project name
|
||||
COMPOSE_PROJECT_NAME: paperless
|
||||
# -- Redis to use
|
||||
PAPERLESS_REDIS: redis://paperless-redis-master
|
||||
PAPERLESS_REDIS: redis://paperless-redis-master.paperless.svc.cluster.local
|
||||
# -- OCR languages to install
|
||||
PAPERLESS_OCR_LANGUAGE: deu+eng
|
||||
USERMAP_UID: 1000
|
||||
|
@ -66,6 +66,9 @@ persistence:
|
|||
|
||||
postgresql:
|
||||
enabled: false
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
architecture: standalone
|
||||
auth:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue