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