Added configuration for Tika and Gotenberg in docker-compose.env

This commit is contained in:
Abhilesh Dhawanjewar
2021-09-29 13:08:47 -05:00
parent fabbc0f7c2
commit 1f48dfd4d5

View File

@@ -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"