Skip to content

Commit

Permalink
local_deploy: update docker containers (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
grische authored Nov 7, 2024
1 parent 75ccb42 commit 19f5722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RAG/examples/local_deploy/docker-compose-vectordb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:

etcd:
container_name: milvus-etcd
image: quay.io/coreos/etcd:v3.5.5
image: quay.io/coreos/etcd:v3.5.16
environment:
- ETCD_AUTO_COMPACTION_MODE=revision
- ETCD_AUTO_COMPACTION_RETENTION=1000
Expand Down Expand Up @@ -54,7 +54,7 @@ services:

milvus:
container_name: milvus-standalone
image: milvusdb/milvus:v2.4.5
image: milvusdb/milvus:v2.4.12
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcd:2379
Expand All @@ -77,7 +77,7 @@ services:
profiles: ["nemo-retriever", "milvus", ""]

elasticsearch:
image: "docker.elastic.co/elasticsearch/elasticsearch:8.12.0"
image: "docker.elastic.co/elasticsearch/elasticsearch:8.12.2"
ports:
- 9200:9200
restart: on-failure
Expand All @@ -97,7 +97,7 @@ services:
profiles: ["nemo-retriever"]

postgres:
image: postgres:16.1
image: postgres:16.4
restart: always
environment:
POSTGRES_PASSWORD: pgadmin
Expand Down

0 comments on commit 19f5722

Please sign in to comment.