fix paperless redis
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
data:
|
||||
postgres-password: czZWTUNxUGREdQ==
|
||||
postgres-password: UGdtMXJPUzc0Uw==
|
||||
kind: Secret
|
||||
metadata:
|
||||
labels:
|
||||
@@ -153,7 +153,10 @@ spec:
|
||||
- name: PAPERLESS_PORT
|
||||
value: "8000"
|
||||
- name: PAPERLESS_REDIS
|
||||
value: redis://redis-master.redis.svc.cluster.local:6379/0
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: redis-url
|
||||
name: redis
|
||||
- name: PAPERLESS_TIME_ZONE
|
||||
value: Europe/Berlin
|
||||
- name: PAPERLESS_URL
|
||||
|
||||
@@ -22,7 +22,11 @@ env:
|
||||
# -- Project name
|
||||
COMPOSE_PROJECT_NAME: paperless
|
||||
# -- Redis to use
|
||||
PAPERLESS_REDIS: redis://redis-master.redis.svc.cluster.local:6379/0
|
||||
PAPERLESS_REDIS:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: redis
|
||||
key: redis-url
|
||||
# -- OCR languages to install
|
||||
PAPERLESS_OCR_LANGUAGE: ger
|
||||
USERMAP_UID: 1000
|
||||
|
||||
Reference in New Issue
Block a user