mirror of
https://github.com/symfony/ai-demo.git
synced 2026-03-23 23:22:06 +01:00
12 lines
350 B
YAML
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
|