Skip to content

fix: make ingest feeds the containers (shared ./data bind mount) - #30

Merged
mr-j90 merged 1 commit into
masterfrom
fix/shared-store-bind-mount
Aug 10, 2026
Merged

mr-j90 merged 1 commit into
masterfrom
fix/shared-store-bind-mount

Conversation

@mr-j90

@mr-j90 mr-j90 commented Aug 10, 2026

Copy link
Copy Markdown
Owner

Jordan's question ('doesn't make up ingest?') exposed this: since #10, host-side make ingest wrote ./data while containers read an empty named volume — fresh-clone reviewers would get a broken metadata tool in the containerized api. ./data is now bind-mounted into api + scheduler; verified live end-to-end.

🤖 Generated with Claude Code

The #10 named volume split the store: host-side 'make ingest' wrote
./data while containers read an empty data-runtime volume, silently
breaking metadata_query in the containerized api for a fresh clone.
Bind-mounting ./data aligns host ingest, api, and scheduler on one
store. Verified live: containerized api answers analytical questions
from a host-side ingest.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@mr-j90
mr-j90 merged commit a0ef7d0 into master Aug 10, 2026
2 checks passed
@mr-j90
mr-j90 deleted the fix/shared-store-bind-mount branch August 10, 2026 02:02
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