Document CONVERSION_MODE build variable in .env.example
Clarify the difference between CONVERSION_MODE (docker-compose build target) and CONVERSION_ENGINE (runtime variable set automatically by the Docker target).
This commit is contained in:
parent
dbcd9dfa4c
commit
afc9b2e9f2
1 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
# Docker Compose build target: "local" or "remote" (selects Dockerfile target)
|
||||
# CONVERSION_MODE=local
|
||||
|
||||
# Conversion engine: "local" (in-process Docling) or "remote" (Docling Serve)
|
||||
# Set automatically by the Docker target — override only for local dev
|
||||
# CONVERSION_ENGINE=local
|
||||
|
||||
# Docling Serve settings (remote mode only)
|
||||
|
|
|
|||
Loading…
Reference in a new issue