fix: coexist compose profile + stable RAG indexing env loading#20
Open
askmy-stack wants to merge 1 commit into
Open
fix: coexist compose profile + stable RAG indexing env loading#20askmy-stack wants to merge 1 commit into
askmy-stack wants to merge 1 commit into
Conversation
Allow Meridian to run alongside existing local stacks by providing alternate host ports and stable service health checks, and ensure indexing scripts consistently read .env for Neo4j/Qdrant credentials. Co-authored-by: Cursor <cursoragent@cursor.com>
tapheret2
reviewed
Jul 10, 2026
tapheret2
left a comment
Contributor
There was a problem hiding this comment.
Review: fix: coexist compose profile + stable RAG indexing env loading
Files: Makefile, docker-compose.coexist.yml, docker-compose.yml, scripts/index_graph_communities.py, scripts/index_rag_corpus.py
Size: +45 / -2
Notes
- Focused diff from a static pass; no obvious red flags, but I only reviewed the patch text.
Nits
- Any user-facing change that should be mentioned in the PR description?
- Need a changelog/release note for the next tag?
Thanks @askmy-stack — independent review pass on the diff.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docker-compose.coexist.ymland Makefile targets (up-coexist,down-coexist) so Meridian can run on alternate host ports when Cortex already occupies defaultscurlin the container imagescripts/index_rag_corpus.pyandscripts/index_graph_communities.pyload.envconsistently before connecting to Neo4j/QdrantTest plan
docker compose -f docker-compose.yml -f docker-compose.coexist.yml up -dcurl http://localhost:8002/healthpython3 scripts/index_rag_corpus.pypython3 scripts/index_graph_communities.py