Skip to content

Commit

Permalink
Update docker image (#463)
Browse files Browse the repository at this point in the history
Signed-off-by: groot <[email protected]>
  • Loading branch information
yhmo authored Mar 26, 2023
1 parent 0325abb commit 5f7800c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.5'
services:
etcd:
container_name: milvus-javasdk-test-etcd
image: quay.io/coreos/etcd:v3.5.0
image: quay.io/coreos/etcd:v3.5.5
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/etcd:/etcd
command: etcd -listen-peer-urls=http://127.0.0.1:2380 -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 -initial-advertise-peer-urls=http://127.0.0.1:2380 --initial-cluster default=http://127.0.0.1:2380 --data-dir /etcd
Expand Down Expand Up @@ -31,7 +31,7 @@ services:

standalone:
container_name: milvus-javasdk-test-standalone
image: milvusdb/milvus:2.2.0-20230203-932ced5c
image: milvusdb/milvus:v2.2.4
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcd:2379
Expand All @@ -47,7 +47,7 @@ services:

etcdslave:
container_name: milvus-javasdk-test-etcd-slave
image: quay.io/coreos/etcd:v3.5.0
image: quay.io/coreos/etcd:v3.5.5
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/etcd-slave:/etcd
command: etcd -listen-peer-urls=http://127.0.0.1:2380 -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 -initial-advertise-peer-urls=http://127.0.0.1:2380 --initial-cluster default=http://127.0.0.1:2380 --data-dir /etcd
Expand Down Expand Up @@ -75,7 +75,7 @@ services:

standaloneslave:
container_name: milvus-javasdk-test-slave-standalone
image: milvusdb/milvus:2.2.0-20230203-932ced5c
image: milvusdb/milvus:v2.2.4
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcdslave:2379
Expand Down

0 comments on commit 5f7800c

Please sign in to comment.