feat(paperless): add Tika and Gotenberg sidecars

Enable Paperless Office/OpenDocument ingestion by wiring internal Tika and Gotenberg services into the documents stack. Adds PAPERLESS_TIKA_* environment keys to .env.example and places both sidecars on an internal-only network with resource limits.
This commit is contained in:
Fizzlepoof
2026-05-13 17:06:47 +00:00
parent 7fe24d1956
commit 5ed02928ec
2 changed files with 28 additions and 0 deletions

View File

@@ -2,6 +2,9 @@ PAPERLESS_DBUSER=paperless
PAPERLESS_DBPASS=changeme
PAPERLESS_SECRET_KEY=generate_with_openssl_rand_hex_32
PAPERLESS_REDIS=redis://:URL_ENCODED_REDIS_PASSWORD@shared-redis:6379
PAPERLESS_TIKA_ENABLED=1
PAPERLESS_TIKA_ENDPOINT=http://tika:9998
PAPERLESS_TIKA_GOTENBERG_ENDPOINT=http://gotenberg:3000
# -----------------------------
# Karakeep