[mod] ollama restart
This commit is contained in:
parent
241c6b4d04
commit
9d9a9ff41d
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 11434:11434
|
- 11434:11434
|
||||||
container_name: ollama
|
container_name: ollama
|
||||||
|
restart: unless-stopped
|
||||||
image: ollama/ollama:rocm
|
image: ollama/ollama:rocm
|
||||||
open-webui:
|
open-webui:
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -22,6 +23,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- open-webui:/app/backend/data
|
- open-webui:/app/backend/data
|
||||||
container_name: open-webui
|
container_name: open-webui
|
||||||
|
restart: unless-stopped
|
||||||
image: ghcr.io/open-webui/open-webui:main
|
image: ghcr.io/open-webui/open-webui:main
|
||||||
environment:
|
environment:
|
||||||
- WEBUI_CONCURRENCY=1
|
- WEBUI_CONCURRENCY=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue