Update compose.yaml

This commit is contained in:
bart
2026-06-23 13:53:01 +02:00
parent 0ea6582837
commit e6f43a8d93
+1
View File
@@ -28,6 +28,7 @@ services:
- OLLAMA_KEEP_ALIVE=${OLLAMA_KEEP_ALIVE:-5m}
- OLLAMA_NUM_PARALLEL=${OLLAMA_NUM_PARALLEL:-1}
- OLLAMA_MAX_LOADED_MODELS=${OLLAMA_MAX_LOADED_MODELS:-1}
- OLLAMA_NUM_THREADS=${OLLAMA_NUM_THREADS:-16}
# Optional, but relevant when a browser-based UI talks to Ollama directly.
# See the Networking section for why this exists.