mirror of
https://github.com/abhilesh/self-hosted-docker-setups.git
synced 2026-06-27 22:36:05 +00:00
Added configuration for Tika and Gotenberg in docker-compose.env
This commit is contained in:
@@ -43,3 +43,13 @@ PAPERLESS_THREADS_PER_WORKER=1
|
||||
# Configure Paperless to save some memory on the webserver
|
||||
PAPERLESS_WEBSERVER_WORKERS=1
|
||||
|
||||
#### Configure Tika and Gotenberg for parsing and converting "Office" documents (such as ".doc", ".xlsx" and ".odt")
|
||||
|
||||
# Enable the Tika parser
|
||||
PAPERLESS_TIKA_ENABLED=1
|
||||
|
||||
# Set the endpoint URL where Paperless can reach your Tika server
|
||||
PAPERLESS_TIKA_ENDPOINT="http://localhost:9998"
|
||||
|
||||
# Set the endpoint URL where Paperless can reach your Gotenberg server
|
||||
PAPERLESS_TIKA_GOTENBERG_ENDPOINT="http://localhost:3000"
|
||||
Reference in New Issue
Block a user