Add Office support with Tika and Gotenberg
This commit is contained in:
parent
9a4860b31d
commit
d7d0ada962
@ -45,6 +45,20 @@ services:
|
||||
- traefik.http.routers.paperless.rule=Host(`paperless.jafner.net`)
|
||||
- traefik.http.routers.paperless.tls.certresolver=lets-encrypt
|
||||
|
||||
tika:
|
||||
image: ghcr.io/paperless-ngx/tika:latest
|
||||
networks:
|
||||
- paperless
|
||||
|
||||
gotenberg:
|
||||
image: docker.io/gotenberg/gotenberg:7.8
|
||||
networks:
|
||||
- paperless
|
||||
command:
|
||||
- "gotenberg"
|
||||
- "--chromium-disable-javascript=true"
|
||||
- "--chromium-allow-list=file:///tmp/.*"
|
||||
|
||||
volumes:
|
||||
mariadb:
|
||||
redis:
|
||||
|
@ -9,3 +9,6 @@ PAPERLESS_OCR_LANGUAGES=tur ces
|
||||
PAPERLESS_URL=https://paperless.jafner.net
|
||||
PAPERLESS_TIME_ZONE=America/Los_Angeles
|
||||
PAPERLESS_OCR_LANGUAGE=eng
|
||||
PAPERLESS_TIKA_ENABLED=1
|
||||
PAPERLESS_TIKA_GOTENBERG_ENDPOINT=http://gotenberg:3000
|
||||
PAPERLESS_TIKA_ENDPOINT=http://tika:9998
|
Loading…
Reference in New Issue
Block a user