add chroma to docker compose

pull/15/head
Bruce MacDonald 2024-03-03 22:55:19 -05:00
parent 09fddfa5a1
commit 109b974ece
1 changed files with 11 additions and 0 deletions

View File

@ -19,3 +19,14 @@ services:
- /data
ports:
- 6379
chroma:
image: ghcr.io/chroma-core/chroma:latest
volumes:
- index_data:/chroma/.chroma/index
ports:
- 8000:8000
volumes:
index_data:
driver: local