Docker Compose template that sets up a complete local AI environment with n8n workflow automation, Ollama, Qdrant vector store, and PostgreSQL.
Add this skill
npx mdskills install n8n-io/n8n-ai-starter-kitClear setup instructions for Docker-based AI stack but lacks agent-specific automation guidance
1# n8n Self-Hosted AI Starter Kit23A Docker Compose template for setting up a complete self-hosted AI environment.45## What's Included67- **n8n** — Visual workflow automation8- **Ollama** — Local LLM inference9- **Qdrant** — Vector database for embeddings10- **PostgreSQL** — Persistent data storage1112## Quick Start1314```bash15git clone https://github.com/n8n-io/self-hosted-ai-starter-kit16cd self-hosted-ai-starter-kit17docker compose --profile cpu up18```1920For GPU support:21```bash22docker compose --profile gpu-nvidia up23```2425## Access Points2627- n8n: http://localhost:567828- Ollama API: http://localhost:1143429- Qdrant: http://localhost:63333031## Use Cases3233- RAG chatbots over your documents34- AI-powered data pipelines35- Automated content generation36- Internal knowledge base assistants37
Full transparency — inspect the skill content before installing.