mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
fix: Update DOCLING_API_ENDPOINT to use service name instead of localhost
This commit is contained in:
parent
98e2fcff63
commit
fe8049c4c1
@ -273,7 +273,7 @@ sys.exit(1)
|
|||||||
" && echo "API verification succeeded") || echo "API verification failed, but continuing anyway"
|
" && echo "API verification succeeded") || echo "API verification failed, but continuing anyway"
|
||||||
|
|
||||||
# Define API endpoint
|
# Define API endpoint
|
||||||
DOCLING_API_ENDPOINT="http://localhost:5001/v1alpha/convert/source"
|
DOCLING_API_ENDPOINT="http://docling-serve:5001/v1alpha/convert/source"
|
||||||
|
|
||||||
|
|
||||||
# --- Processing document ---
|
# --- Processing document ---
|
||||||
|
Loading…
Reference in New Issue
Block a user