diff --git a/compose.yml b/compose.yml index 67fdcc5..f9ca66b 100755 --- a/compose.yml +++ b/compose.yml @@ -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