mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-22 12:16:32 +00:00
fix: use correct ghcr.io org for mindbase-mcp
This commit is contained in:
parent
ce0f6001c4
commit
f0cfcf94e9
@ -48,4 +48,4 @@ services:
|
|||||||
## Links
|
## Links
|
||||||
|
|
||||||
- [GitHub Repository](https://github.com/kazuph/mindbase)
|
- [GitHub Repository](https://github.com/kazuph/mindbase)
|
||||||
- [Docker Image](https://ghcr.io/kazuph/mindbase-mcp)
|
- [Docker Image](https://ghcr.io/agiletec-inc/mindbase-mcp)
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
"-e", "DATABASE_URL=${MINDBASE_DATABASE_URL:-postgresql://mindbase:mindbase@host.docker.internal:5432/mindbase}",
|
"-e", "DATABASE_URL=${MINDBASE_DATABASE_URL:-postgresql://mindbase:mindbase@host.docker.internal:5432/mindbase}",
|
||||||
"-e", "OLLAMA_URL=${OLLAMA_URL:-http://host.docker.internal:11434}",
|
"-e", "OLLAMA_URL=${OLLAMA_URL:-http://host.docker.internal:11434}",
|
||||||
"-e", "EMBEDDING_MODEL=${EMBEDDING_MODEL:-nomic-embed-text}",
|
"-e", "EMBEDDING_MODEL=${EMBEDDING_MODEL:-nomic-embed-text}",
|
||||||
"ghcr.io/kazuph/mindbase-mcp:latest"
|
"ghcr.io/agiletec-inc/mindbase-mcp:latest"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"MINDBASE_DATABASE_URL": "${MINDBASE_DATABASE_URL}",
|
"MINDBASE_DATABASE_URL": "${MINDBASE_DATABASE_URL}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user