This commit is contained in:
@@ -241,6 +241,12 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${DATA}/ollama/ollama:/root/.ollama
|
- ${DATA}/ollama/ollama:/root/.ollama
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '1'
|
||||||
|
reservations:
|
||||||
|
cpus: '0.25'
|
||||||
|
|
||||||
open-webui:
|
open-webui:
|
||||||
image: ghcr.io/open-webui/open-webui:main
|
image: ghcr.io/open-webui/open-webui:main
|
||||||
|
|||||||
Reference in New Issue
Block a user