Update docker-compose.yaml
Some checks failed
Updates/open-webui-ollama-docker-deploy/pipeline/head There was a failure building this commit

This commit is contained in:
Adam Outler 2025-03-11 23:04:22 +00:00
parent 9e99e98044
commit 1e996f5a17

View File

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