@@ -84,7 +84,7 @@ services:
8484 # - auth_net
8585
8686 modelserverollama-cpu :
87- image : ollama/ollama:0.12.4
87+ image : ollama/ollama:0.12.11
8888 volumes :
8989 - ollama:/root/.ollama
9090 container_name : ollama
@@ -97,7 +97,7 @@ services:
9797 aliases :
9898 - ollama
9999 modelserverollama-gpu :
100- image : ollama/ollama:0.12.4
100+ image : ollama/ollama:0.12.11
101101 # ports:
102102 # - 11434:11434
103103 volumes :
@@ -200,7 +200,7 @@ services:
200200 # networks:
201201 # - auth_net
202202 routerdb :
203- image : postgres:18.0 -alpine3.22
203+ image : postgres:18.1 -alpine3.22
204204 container_name : routerdb
205205 restart : unless-stopped
206206 environment :
@@ -222,7 +222,7 @@ services:
222222 - model_router_net
223223
224224 llm_router :
225- image : litellm/litellm:v1.77.5 -stable
225+ image : litellm/litellm:v1.79.1 -stable
226226 platform : linux/amd64
227227 container_name : llmrouter
228228 restart : unless-stopped
@@ -272,7 +272,7 @@ services:
272272 - " traefik.http.routers.litellm.middlewares=chain-no-auth@file"
273273
274274 chatuidb :
275- image : postgres:18.0 -alpine3.22
275+ image : postgres:18.1 -alpine3.22
276276 container_name : chatuidb
277277 restart : unless-stopped
278278 environment :
@@ -328,7 +328,7 @@ services:
328328 capabilities : [gpu]
329329
330330 vectordb-qdrant-cpu :
331- image : qdrant/qdrant:v1.15.4
331+ image : qdrant/qdrant:v1.15.5
332332 container_name : qdrant
333333 hostname : qdrant
334334 restart : unless-stopped
@@ -359,7 +359,7 @@ services:
359359 llm_chat_ui :
360360 # TODO: create GPU variation as well for faster whisper and embeddings
361361 # TODO add a vector database elastic? qdrant?
362- image : ghcr.io/open-webui/open-webui:v0.6.33
362+ image : ghcr.io/open-webui/open-webui:v0.6.36
363363 container_name : chatui
364364 volumes :
365365 - open-webui:/app/backend/data
0 commit comments