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
1e996f5a17
commit
b06b3b77d6
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user