You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the habit to put my whole dev environment in a docker-compose to make projects more manageable, but that makes Milvus a bit heavy (cf. the code below of what I currently put in my docker-compose.yaml to support it).
My understanding of Milvus-lite is that I'll just have a standalone without milvus-etcd and milvus-minio; is that correct?
Also, Milvus-lite doesn't come with a docker-compose but just a DOCKERFILE and there don't seem to be any Docker Hub repo up-to-date. Is there no easier than to build your DOCKERFILE in order to include Milvus-lite in my docker-compose? What about the arguments?
Hi everyone!
I have the habit to put my whole dev environment in a docker-compose to make projects more manageable, but that makes Milvus a bit heavy (cf. the code below of what I currently put in my docker-compose.yaml to support it).
My understanding of Milvus-lite is that I'll just have a standalone without milvus-etcd and milvus-minio; is that correct?
Also, Milvus-lite doesn't come with a docker-compose but just a DOCKERFILE and there don't seem to be any Docker Hub repo up-to-date. Is there no easier than to build your DOCKERFILE in order to include Milvus-lite in my docker-compose? What about the arguments?
The text was updated successfully, but these errors were encountered: