Include .env in docker-compose.yml (#43)

This commit is contained in:
Zohar Stolar
2025-03-31 14:32:57 +02:00
committed by GitHub
parent f5f716b8e5
commit 4988e06588

View File

@@ -20,6 +20,8 @@ x-n8n: &service-n8n
- N8N_ENCRYPTION_KEY
- N8N_USER_MANAGEMENT_JWT_SECRET
- OLLAMA_HOST=ollama:11434
env_file:
- .env
x-ollama: &service-ollama
image: ollama/ollama:latest