ollama deploy
All checks were successful
Update Compose File / build (push) Successful in 8s

This commit is contained in:
2026-04-14 13:46:56 -07:00
parent 8a363c1628
commit 2074969b04

View File

@@ -241,6 +241,12 @@ services:
volumes:
- ${DATA}/ollama/ollama:/root/.ollama
restart: unless-stopped
deploy:
resources:
limits:
cpus: '1'
reservations:
cpus: '0.25'
open-webui:
image: ghcr.io/open-webui/open-webui:main