mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +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
|
# -- 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
|
||||||
|
|
Loading…
Reference in a new issue