Skip to content

Commit fdea6da

Browse files
committed
[Examples] Add ChromaDB to compose.yaml
1 parent 2067068 commit fdea6da

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

examples/compose.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
services:
2+
chromadb:
3+
image: chromadb/chroma
4+
environment:
5+
IS_PERSISTENT: TRUE
6+
PERSIST_DIRECTORY: /chroma/chroma # this is the default path, change it as needed
7+
ANONYMIZED_TELEMETRY: false
8+
volumes:
9+
- chroma_vlm:/chroma/chroma
10+
ports:
11+
- '8001:8000'
12+
213
mariadb:
314
image: mariadb:11.7
415
environment:
@@ -122,3 +133,4 @@ volumes:
122133
etcd_vlm:
123134
minio_vlm:
124135
milvus_vlm:
136+
chroma_vlm:

0 commit comments

Comments
 (0)