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:
parent
d810fda333
commit
26fd46967c
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue