Update docker-compose.yaml
Some checks failed
Updates/open-webui-ollama-docker-deploy/pipeline/head There was a failure building this commit
Some checks failed
Updates/open-webui-ollama-docker-deploy/pipeline/head There was a failure building this commit
This commit is contained in:
parent
9e99e98044
commit
1e996f5a17
@ -102,6 +102,14 @@ services:
|
||||
networks:
|
||||
- shared_net
|
||||
|
||||
chromaviz:
|
||||
image: mtybadger/chromaviz:latest
|
||||
ports:
|
||||
- "5000:5000"
|
||||
environment:
|
||||
CHROMA_API_URL: http://chromadb:8000
|
||||
depends_on:
|
||||
- chromadb
|
||||
|
||||
volumes:
|
||||
ollama:
|
||||
|
Loading…
x
Reference in New Issue
Block a user