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:
Pier-Jean Malandrino 2026-04-03 13:05:00 +02:00
parent dbcd9dfa4c
commit afc9b2e9f2

View file

@ -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)