1 min read 89 words Updated Sep 24, 2026 Created Sep 24, 2026
#n8n

An n8n-official starter kit that comes with Postgresql, Qdrant and Ollama out of the box.

You can install additionall ollama models with:

sudo docker exec -it ollama ollama pull llama3.1:8b
sudo docker exec -it ollama ollama pull mistral
sudo docker exec -it ollama ollama pull qwen2.5:7b

Restart it, using the profile cpu:

docker compose create && docker compose --profile cpu up -d

Pull the latest images:
docker compose pull

Interact with the Postgres DB in Docker: docker exec -it self-hosted-ai-starter-kit-postgres-1 psql -U root -d n8n