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: networks:
- shared_net - shared_net
chromadb: chroma-ui:
container_name: chromadb container_name: chroma-ui
image: ${CHROMADB:-chromadb/chroma:latest} image: ghcr.io/logspace-ai/chroma-ui:latest
restart: always
ports: ports:
- 8000:8000 - "5173:5173"
volumes:
- chromadb:/chroma # Persist database storage
environment: environment:
IS_PERSISTENT: TRUE # Enable persistent storage - CHROMA_API_URL=http://chromadb:8000
networks: networks:
- shared_net - shared_net