|
@@ -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: {}
|