mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2026-03-15 08:48:08 +01:00
Include .env in docker-compose.yml (#43)
This commit is contained in:
@@ -20,6 +20,8 @@ x-n8n: &service-n8n
|
|||||||
- N8N_ENCRYPTION_KEY
|
- N8N_ENCRYPTION_KEY
|
||||||
- N8N_USER_MANAGEMENT_JWT_SECRET
|
- N8N_USER_MANAGEMENT_JWT_SECRET
|
||||||
- OLLAMA_HOST=ollama:11434
|
- OLLAMA_HOST=ollama:11434
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
|
||||||
x-ollama: &service-ollama
|
x-ollama: &service-ollama
|
||||||
image: ollama/ollama:latest
|
image: ollama/ollama:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user