{{ message }}
feat: add Docker container support with volume mounting - #131
Merged
Conversation
…directories - Add docker-compose.yml with volume mounting for Obsidian vaults - Create comprehensive Docker.md documentation guide - Add docker-compose.examples.yml with 7 different use case examples - Include docker-entrypoint.sh for better configuration management - Update README.md with Docker installation section Addresses feature request from Reddit user wanting to integrate Obsidian directories using Docker volumes with existing MCP server setup. Key features: - Volume mounting support for knowledge directories - Persistent configuration and database storage - Multiple transport options (STDIO/HTTP) - Multi-project support - Health checks and restart policies - Comprehensive documentation and examples Co-authored-by: phernandez <phernandez@users.noreply.github.com>
|
@phernandez I think the only thing missing is the CLA certificate |
|
@phernandez What do you need to move forward with the pipeline? I think the CLA is a manual step. |
Member
Author
|
I just need to test it locally. I hade Claude make the configs. Just need to verify them. |
…ntation - Update Dockerfile to use SSE transport by default for HTTP connectivity - Simplify docker-compose.yml configuration with cleaner volume setup - Add comprehensive CLI commands documentation for Docker usage - Include mcp-proxy integration guide for Claude Desktop - Document project management workflow for Docker volume mounts - Remove complex multi-project configuration in favor of CLI-based setup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Member
Author
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.

Closes #128
Adds comprehensive Docker support for Basic Memory with volume mounting for Obsidian directories.
Changes
Features
Addresses Reddit user request for Docker integration with existing MCP server setup.
🤖 Generated with Claude Code