Skip to content

Commit e2f4aef

Browse files
committed
Set static versions for ChromaDB & MinIO and fix volume mount location
1 parent 235b030 commit e2f4aef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ services:
6363
start_period: 10s
6464

6565
chromadb:
66-
image: chromadb/chroma:latest
66+
image: chromadb/chroma:1.0.4
6767
ports:
6868
- "8001:8000"
6969
volumes:
70-
- chroma_data:/chroma/chroma
70+
- chroma_data:/data
7171
networks:
7272
- app_network
7373

@@ -85,7 +85,7 @@ services:
8585
# - app_network
8686

8787
minio:
88-
image: minio/minio:latest
88+
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
8989
ports:
9090
- "9000:9000" # API port
9191
- "9001:9001" # Console port

0 commit comments

Comments
 (0)