|
||
---|---|---|
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.env
to.env
- Edit
.env
file to contain your ultimate secret passwords - Copy
config/mcpo/sample.config.json
toconfig/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