mirror of
https://github.com/docling-project/docling-serve.git
synced 2025-12-03 10:33:21 +00:00
fix: UVICORN_WORKERS propagation in start_server (#40)
Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ export PORT="${PORT:-5001}"
|
||||
export HOST="${HOST:-"0.0.0.0"}"
|
||||
|
||||
# Performance settings
|
||||
UVICORN_WORKERS="${WITH_UI:-1}"
|
||||
UVICORN_WORKERS="${UVICORN_WORKERS:-1}"
|
||||
|
||||
# Development settings
|
||||
export WITH_UI="${WITH_UI:-"true"}"
|
||||
|
||||
Reference in New Issue
Block a user