未验证 提交 b34d4096 编写于 作者: B Bennu 提交者: GitHub

[skip e2e]Bump milvus version to 2.2.14 (#26587)

Signed-off-by: NBennu-Li <yunmei.li@zilliz.com>
上级 7856fbba
......@@ -30,7 +30,7 @@ $ ./minio server /minio
To start Milvus standalone, you need a Milvus binary file. Currently you can get the latest version of Milvus binary file through the Milvus docker image. (We will upload Milvus binary files in the future)
```shell
$ docker run -d --name milvus milvusdb/milvus:v2.2.13 /bin/bash
$ docker run -d --name milvus milvusdb/milvus:v2.2.14 /bin/bash
$ docker cp milvus:/milvus .
```
......
......@@ -12,6 +12,11 @@ services:
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/etcd:/etcd
command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:2379/health"]
interval: 30s
timeout: 20s
retries: 3
minio:
container_name: milvus-minio
......@@ -30,13 +35,19 @@ services:
standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.2.13
image: milvusdb/milvus:v2.2.14
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcd:2379
MINIO_ADDRESS: minio:9000
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/milvus:/var/lib/milvus
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9091/healthz"]
interval: 30s
start_period: 90s
timeout: 20s
retries: 3
ports:
- "19530:19530"
- "9091:9091"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册