Files
archived-ai-demo/compose.yaml
2025-08-30 11:50:04 +02:00

12 lines
350 B
YAML

services:
chromadb:
image: chromadb/chroma:0.5.23
ports:
- '8080:8000'
volumes:
- ./chromadb:/chroma/chroma
environment:
- IS_PERSISTENT=TRUE
- PERSIST_DIRECTORY=/chroma/chroma # this is the default path, change it as needed
- ANONYMIZED_TELEMETRY=FALSE