fix: forward BATCH_PAGE_SIZE env var in docker-compose

The variable was defined in settings but never passed to the container,
making batch mode silently disabled in Docker deployments.
This commit is contained in:
Pier-Jean Malandrino 2026-04-09 15:51:41 +02:00
parent d810fda333
commit 26fd46967c

View file

@ -14,6 +14,7 @@ services:
DOCLING_SERVE_API_KEY: ${DOCLING_SERVE_API_KEY:-}
RATE_LIMIT_RPM: ${RATE_LIMIT_RPM:-100}
MAX_FILE_SIZE_MB: ${MAX_FILE_SIZE_MB:-50}
BATCH_PAGE_SIZE: ${BATCH_PAGE_SIZE:-0}
deploy:
resources:
limits: