|
|
||
|---|---|---|
| config/mcpo | ||
| .gitignore | ||
| README.md | ||
| docker-compose.yml | ||
| sample.env | ||
README.md
Local AI and Automation Docker Suite
Docker Compose Contains
- Ollama (LLM Host)
- Open WebUI (Chat Interface)
- MCPO Server (Model Context Protocol relay server)
- N8N (Automation)
- PostgresDB (for N8N)
- Jupyter Notebook
Install Instructions
- Copy
sample.envto.env - Edit
.envfile to contain your ultimate secret passwords - Copy
config/mcpo/sample.config.jsontoconfig/mcpo/config.json - Note -- there is no need to edit the config.json file right away
- From the root directory (of this repo) run
docker compose up -d - If you experience any errors, run it again until it stands completely up