fix: use apache/tika:slim by default

This commit is contained in:
Michael Barz
2025-11-10 13:58:55 +01:00
parent 7543aa2eec
commit 73fdc8a96a
3 changed files with 18 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
---
services:
tika:
image: ${TIKA_IMAGE:-apache/tika:latest-full}
image: ${TIKA_IMAGE:-apache/tika:slim}
# Using slim variant for smaller image size and faster startup
# The slim variant includes core functionality for text extraction
# Full variant is only needed for specialized OCR/image processing
# release notes: https://tika.apache.org
networks:
opencloud-net: