mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
chore: ollama-webui volume added to compose
This commit is contained in:
parent
0dd2b7485b
commit
0be4fa11cd
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: ollama-webui:latest
|
image: ollama-webui:latest
|
||||||
container_name: ollama-webui
|
container_name: ollama-webui
|
||||||
|
volumes:
|
||||||
|
- ollama-webui:/app/backend
|
||||||
depends_on:
|
depends_on:
|
||||||
- ollama
|
- ollama
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -30,3 +32,4 @@ services:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
ollama: {}
|
ollama: {}
|
||||||
|
ollama-webui: {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue