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