Update docker-compose.yaml

This commit is contained in:
2025-05-01 04:36:46 +00:00
parent 14d966b93b
commit c890dadf6b

@ -136,6 +136,8 @@ services:
container_name: chromadb
image: ${CHROMADB:-chromadb/chroma:latest}
restart: always
ports:
- 8000:8000
volumes:
- chromadb:/chroma # Persist database storage
environment: