Move .env file and simplify setup on mac (#68)

This commit is contained in:
Simon Rolland
2025-06-30 14:05:18 +02:00
committed by GitHub
parent 2fe604a0ea
commit 06319a57af
5 changed files with 32 additions and 27 deletions

View File

@@ -19,9 +19,10 @@ x-n8n: &service-n8n
- N8N_PERSONALIZATION_ENABLED=false
- N8N_ENCRYPTION_KEY
- N8N_USER_MANAGEMENT_JWT_SECRET
- OLLAMA_HOST=ollama:11434
- OLLAMA_HOST=${OLLAMA_HOST:-ollama:11434}
env_file:
- .env
- path: .env
required: true
x-ollama: &service-ollama
image: ollama/ollama:latest