mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Bumped milvus verison to 2.0.0-rc6 (#7740)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
6e8a2666a9
commit
e0a6aff054
@ -44,7 +44,7 @@ services:
|
||||
|
||||
rootcoord:
|
||||
container_name: milvus-rootcoord
|
||||
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
|
||||
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
|
||||
command: ["milvus", "run", "rootcoord"]
|
||||
environment:
|
||||
ETCD_ENDPOINTS: etcd:2379
|
||||
@ -58,7 +58,7 @@ services:
|
||||
|
||||
proxy:
|
||||
container_name: milvus-proxy
|
||||
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
|
||||
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
|
||||
command: ["milvus", "run", "proxy"]
|
||||
environment:
|
||||
ETCD_ENDPOINTS: etcd:2379
|
||||
@ -69,7 +69,7 @@ services:
|
||||
|
||||
querycoord:
|
||||
container_name: milvus-querycoord
|
||||
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
|
||||
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
|
||||
command: ["milvus", "run", "querycoord"]
|
||||
environment:
|
||||
ETCD_ENDPOINTS: etcd:2379
|
||||
@ -83,7 +83,7 @@ services:
|
||||
|
||||
querynode:
|
||||
container_name: milvus-querynode
|
||||
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
|
||||
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
|
||||
command: ["milvus", "run", "querynode"]
|
||||
environment:
|
||||
ETCD_ENDPOINTS: etcd:2379
|
||||
@ -94,7 +94,7 @@ services:
|
||||
|
||||
indexcoord:
|
||||
container_name: milvus-indexcoord
|
||||
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
|
||||
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
|
||||
command: ["milvus", "run", "indexcoord"]
|
||||
environment:
|
||||
ETCD_ENDPOINTS: etcd:2379
|
||||
@ -108,7 +108,7 @@ services:
|
||||
|
||||
indexnode:
|
||||
container_name: milvus-indexnode
|
||||
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
|
||||
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
|
||||
command: ["milvus", "run", "indexnode"]
|
||||
environment:
|
||||
ETCD_ENDPOINTS: etcd:2379
|
||||
@ -120,7 +120,7 @@ services:
|
||||
|
||||
datacoord:
|
||||
container_name: milvus-datacoord
|
||||
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
|
||||
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
|
||||
command: ["milvus", "run", "datacoord"]
|
||||
environment:
|
||||
ETCD_ENDPOINTS: etcd:2379
|
||||
@ -134,7 +134,7 @@ services:
|
||||
|
||||
datanode:
|
||||
container_name: milvus-datanode
|
||||
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
|
||||
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
|
||||
command: ["milvus", "run", "datanode"]
|
||||
environment:
|
||||
ETCD_ENDPOINTS: etcd:2379
|
||||
|
@ -25,7 +25,7 @@ services:
|
||||
|
||||
standalone:
|
||||
container_name: milvus-standalone
|
||||
image: milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc
|
||||
image: milvusdb/milvus:v2.0.0-rc6-20210910-020f109
|
||||
command: ["milvus", "run", "standalone"]
|
||||
environment:
|
||||
ETCD_ENDPOINTS: etcd:2379
|
||||
|
Loading…
Reference in New Issue
Block a user