Skip to content

fix: Unable to resolve Docling URL via Langflow on Linux#1305

Merged
mpawlow merged 4 commits into
release-0.4.1from
mp/fix/0.4.1/GH-1297-docling-url-resolution-failure-linux
Mar 31, 2026
Merged

fix: Unable to resolve Docling URL via Langflow on Linux#1305
mpawlow merged 4 commits into
release-0.4.1from
mp/fix/0.4.1/GH-1297-docling-url-resolution-failure-linux

Conversation

@mpawlow
Copy link
Copy Markdown
Collaborator

@mpawlow mpawlow commented Mar 30, 2026

Issue

Reference Pull Request

bekzodrakhmonov7 and others added 4 commits March 30, 2026 13:47
Issues

- #1267
- #1298
- #1297

Summary

- Improved health check output and fixed host resolution config in Docker Compose

Docker Compose Fixes
- Moved `volumes` and `extra_hosts` definitions for the `langflow` service to appear after `ports`, restoring the intended ordering
- Moved `extra_hosts: host.docker.internal:host-gateway` from the `langflow` service to the `openrag-backend` service to correctly fix hostname resolution on Linux

Makefile Health Check Improvements
- Updated the OpenSearch health check to query `/_cluster/health` instead of the root endpoint, returning structured `{status}` JSON for clearer output
- Switched the OpenSearch health check to use `OPENSEARCH_USERNAME` instead of the hardcoded `admin` value
- Added a Docling health check entry targeting `http://localhost:5001/health`
Issues

- #1267
- #1298
- #1297

Makefile

- Fix `make health` for OpenSearch on MacOS
@mpawlow mpawlow requested a review from lucaseduoli March 30, 2026 20:50
@mpawlow mpawlow self-assigned this Mar 30, 2026
@github-actions github-actions Bot added docker bug 🔴 Something isn't working. labels Mar 30, 2026
Copy link
Copy Markdown
Collaborator

@lucaseduoli lucaseduoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@github-actions github-actions Bot added the lgtm label Mar 30, 2026
@lucaseduoli
Copy link
Copy Markdown
Collaborator

Lets wait for the integration tests to run... I will trigger them manually

@github-actions github-actions Bot added bug 🔴 Something isn't working. and removed bug 🔴 Something isn't working. labels Mar 30, 2026
@mpawlow
Copy link
Copy Markdown
Collaborator Author

mpawlow commented Mar 30, 2026

@mpawlow mpawlow merged commit 2aa0a7e into release-0.4.1 Mar 31, 2026
10 of 11 checks passed
@github-actions github-actions Bot deleted the mp/fix/0.4.1/GH-1297-docling-url-resolution-failure-linux branch March 31, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 🔴 Something isn't working. docker lgtm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants