mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 14:43:48 +00:00
10 lines
209 B
YAML
10 lines
209 B
YAML
services:
|
|
chromadb:
|
|
image: chromadb/chroma:latest
|
|
container_name: chromadb
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./chroma_vdb:/chroma/chroma
|
|
environment:
|
|
- IS_PERSISTENT=TRUE
|