Feed Item
N8N QDRANT POSTGRES DOCKER OLLAMA
Go here to check the current release
https://github.com/n8n-io/self-hosted-ai-starter-kit
Cloning the Repository
git clone https://github.com/n8n-io/self-hosted-ai-starter-kit.git
cd self-hosted-ai-starter-kit
Get Encryption Key and JWT Secret
openssl rand -hex 32 openssl rand -hex 64
Edit .env and insert the keys as well as the database credentials.
nano .env
Edit docker compose.yaml
environment:
- N8N_HOST=n8n.hexucation.org
- N8N_PORT=5678
- WEBHOOK_URL=https://n8n.hexucation.org
ports:-"5434:5432"
To Start :
docker compose --profile cpu up