Skip to content

fix: coexist compose profile + stable RAG indexing env loading - #20

Merged
askmy-stack merged 1 commit into
mainfrom
feat/stack-coexist-hardening
Jul 27, 2026
Merged

fix: coexist compose profile + stable RAG indexing env loading#20
askmy-stack merged 1 commit into
mainfrom
feat/stack-coexist-hardening

Conversation

@askmy-stack

@askmy-stack askmy-stack commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • add docker-compose.coexist.yml and Makefile targets (up-coexist, down-coexist) so Meridian can run on alternate host ports when Cortex already occupies defaults
  • fix Kafka coexist listener binding to keep broker health checks green on remapped ports
  • harden Qdrant healthcheck so it does not require curl in the container image
  • make scripts/index_rag_corpus.py and scripts/index_graph_communities.py load .env consistently before connecting to Neo4j/Qdrant

Test plan

  • docker compose -f docker-compose.yml -f docker-compose.coexist.yml up -d
  • curl http://localhost:8002/health
  • python3 scripts/index_rag_corpus.py
  • python3 scripts/index_graph_communities.py

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>
@askmy-stack
askmy-stack merged commit 6bb32e6 into main Jul 27, 2026
5 checks passed
@askmy-stack
askmy-stack deleted the feat/stack-coexist-hardening branch July 27, 2026 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant