Commit Graph

4 Commits

Author SHA1 Message Date
claude[bot] 597f679901 fix: configure Docker to use mounted volume for basic-memory data
- Add docker-init.sh script to initialize config.json pointing to /app/data
- Update Dockerfile to use initialization script as entrypoint  
- Update docker-compose.yml comments to reflect automatic configuration
- Ensures mounted knowledge files in /app/data are properly indexed

Fixes issue where .basic-memory/config.json wasn't configured to use 
the mounted directory, causing files in /app/data to not get indexed.

Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com>
2025-06-24 13:13:12 +00:00
Paul Hernandez 74847cc380 feat: implement Docker CI workflow for automated image publishing (#159)
Co-authored-by: Claude <noreply@anthropic.com>
2025-06-20 15:42:55 -05:00
Paul Hernandez 3269a2f33a feat: add Docker container support with volume mounting (#131)
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: phernandez <phernandez@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
2025-06-19 19:57:30 -05:00
bm-claudeai eb1e7b6088 feat: Add Smithery integration for easier installation (#24)
This PR adds support for deploying Basic Memory on the Smithery platform.

Signed-off-by: bm-claudeai <claude@basicmachines.co>
2025-03-11 16:21:51 -05:00