🚀 Add feature: Using MinIO as file storage for conversion both as input and output
This commit is contained in:
parent
afdfe1dbac
commit
579a3fe379
26 changed files with 16204 additions and 133 deletions
|
@ -8,6 +8,9 @@ services:
|
|||
environment:
|
||||
- MILVUS_HOST=${MILVUS_HOST}
|
||||
- MILVUS_PORT=${MILVUS_PORT}
|
||||
- BACKEND_MINIO_BUCKET_NAME=${BACKEND_MINIO_BUCKET_NAME}
|
||||
- BACKEND_MINIO_ALIAS=${BACKEND_MINIO_ALIAS}
|
||||
- MINIO_SECURE=${MINIO_SECURE}
|
||||
depends_on:
|
||||
- "milvus"
|
||||
frontend:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue