Skip to content

Commit

Permalink
chroma docker
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingflexer committed Jan 29, 2024
1 parent 1ee514b commit 74cf3ec
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: "3.8"
services:

chroma:
image: ghcr.io/chroma-core/chroma:latest
volumes:
- ./embeddings:/chroma/.chroma/index
ports:
- 8000:8000
networks:
- net

volumes:
backups:
driver: local

networks:
net:
driver: bridge

0 comments on commit 74cf3ec

Please sign in to comment.