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:14:38 +00:00
parent 1e996f5a17
commit b06b3b77d6

View File

@ -89,16 +89,13 @@ services:
networks:
- shared_net
chromadb:
container_name: chromadb
image: ${CHROMADB:-chromadb/chroma:latest}
restart: always
chroma-ui:
container_name: chroma-ui
image: ghcr.io/logspace-ai/chroma-ui:latest
ports:
- 8000:8000
volumes:
- chromadb:/chroma # Persist database storage
- "5173:5173"
environment:
IS_PERSISTENT: TRUE # Enable persistent storage
- CHROMA_API_URL=http://chromadb:8000
networks:
- shared_net