🚀 Add feature: Charging in Milvus is now working

This commit is contained in:
François Pelletier 2025-05-21 17:21:57 -04:00
parent f9e5a6e013
commit 64832e2989
23 changed files with 354 additions and 109 deletions

View file

@ -13,6 +13,11 @@ services:
- MINIO_SECURE=${MINIO_SECURE}
depends_on:
- "milvus"
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "5"
frontend:
build:
context: ./frontend