[paperless] Add url setting
This commit is contained in:
parent
bf31f51fa2
commit
738ef4ed9c
2 changed files with 2 additions and 0 deletions
|
@ -8,3 +8,4 @@ Several environment variables have to be set:
|
|||
- postgres_version
|
||||
Paperless specific:
|
||||
- PAPERLESS_SECRET_KEY: A random string
|
||||
- PAPERLESS_URL: The URL of the paperless instance (used for CSRF, CORS)
|
||||
|
|
|
@ -33,6 +33,7 @@ services:
|
|||
PAPERLESS_REDIS: redis://broker:6379
|
||||
PAPERLESS_DBHOST: db
|
||||
PAPERLESS_SECRET_KEY: ${PAPERLESS_SECRET_KEY}
|
||||
PAPERLESS_URL: ${PAPERLESS_URL}
|
||||
PAPERLESS_OCR_LANGUAGE: deu
|
||||
PAPERLESS_ENABLE_HTTP_REMOTE_USER: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue