fix ki modell
This commit is contained in:
@@ -13,22 +13,11 @@ services:
|
||||
- PORT=3001
|
||||
- DB_PATH=/app/data/data.json
|
||||
- ANALYTICS_PATH=/app/data/analytics.json
|
||||
- OLLAMA_URL=http://ollama:11434
|
||||
- OLLAMA_MODEL=${OLLAMA_MODEL:-mistral}
|
||||
- GROQ_API_KEY=${GROQ_API_KEY}
|
||||
- GROQ_MODEL=${GROQ_MODEL:-llama-3.1-8b-instant}
|
||||
- JWT_SECRET=${JWT_SECRET}
|
||||
- ADMIN_USER=${ADMIN_USER:-admin}
|
||||
- ADMIN_PASS=${ADMIN_PASS}
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
depends_on:
|
||||
- ollama
|
||||
restart: unless-stopped
|
||||
|
||||
ollama:
|
||||
image: ollama/ollama
|
||||
volumes:
|
||||
- ollama_data:/root/.ollama
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
ollama_data:
|
||||
|
||||
Reference in New Issue
Block a user