11# https://geshan.com.np/blog/2025/02/ollama-docker-compose/
22services :
33 proxy :
4- image : traefik:v3.4
4+ image : traefik:v3.5
55 container_name : proxy
66 ports :
77 - " 80:80"
@@ -84,7 +84,7 @@ services:
8484 # - auth_net
8585
8686 modelserverollama-cpu :
87- image : ollama/ollama:0.11.6
87+ image : ollama/ollama:0.11.10
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.11.6
100+ image : ollama/ollama:0.11.10
101101 # ports:
102102 # - 11434:11434
103103 volumes :
@@ -154,7 +154,7 @@ services:
154154 volumes :
155155 - vllm:/root/models
156156 modelservervllm-gpu :
157- image : vllm/vllm-openai:v0.10.0
157+ image : vllm/vllm-openai:v0.10.2
158158 container_name : modelserver
159159 hostname : modelserver
160160 environment :
@@ -200,7 +200,7 @@ services:
200200 # networks:
201201 # - auth_net
202202 routerdb :
203- image : postgres:17.5 -alpine3.22
203+ image : postgres:17.6 -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.74.3 -stable
225+ image : litellm/litellm:v1.74.9 -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:17.5 -alpine3.22
275+ image : postgres:17.6 -alpine3.22
276276 container_name : chatuidb
277277 restart : unless-stopped
278278 environment :
@@ -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.26
362+ image : ghcr.io/open-webui/open-webui:v0.6.28
363363 container_name : chatui
364364 volumes :
365365 - open-webui:/app/backend/data
0 commit comments