Skip to content

fix: remove unused MongoDB init mount and hardcoded paths#96

Closed
fuleinist wants to merge 1 commit intoEverMind-AI:mainfrom
fuleinist:fix/issue-90
Closed

fix: remove unused MongoDB init mount and hardcoded paths#96
fuleinist wants to merge 1 commit intoEverMind-AI:mainfrom
fuleinist:fix/issue-90

Conversation

@fuleinist
Copy link

Summary

Fix two simple issues:

Changes

  1. Remove unused MongoDB init volume mount - The ./docker/mongodb/init directory doesn't exist in the repository. MongoDB initialization is handled at the application layer (Beanie ODM + migration manager), not via Docker init scripts.

  2. Remove hardcoded local paths - Changed config.json root from hardcoded /Users/admin/Desktop/episodic_memory/memsys to . for portability.

Testing

Verified changes locally.

Fixes #90

- Removed ./docker/mongodb/init volume mount (directory doesn't exist)
- Changed config.json root from hardcoded /Users/admin/Desktop to .
@fuleinist fuleinist closed this Feb 26, 2026
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