File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
RAG/examples/local_deploy Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ services:
17
17
18
18
etcd :
19
19
container_name : milvus-etcd
20
- image : quay.io/coreos/etcd:v3.5.5
20
+ image : quay.io/coreos/etcd:v3.5.16
21
21
environment :
22
22
- ETCD_AUTO_COMPACTION_MODE=revision
23
23
- ETCD_AUTO_COMPACTION_RETENTION=1000
@@ -54,7 +54,7 @@ services:
54
54
55
55
milvus :
56
56
container_name : milvus-standalone
57
- image : milvusdb/milvus:v2.4.5
57
+ image : milvusdb/milvus:v2.4.12
58
58
command : ["milvus", "run", "standalone"]
59
59
environment :
60
60
ETCD_ENDPOINTS : etcd:2379
@@ -77,7 +77,7 @@ services:
77
77
profiles : ["nemo-retriever", "milvus", ""]
78
78
79
79
elasticsearch :
80
- image : " docker.elastic.co/elasticsearch/elasticsearch:8.12.0 "
80
+ image : " docker.elastic.co/elasticsearch/elasticsearch:8.12.2 "
81
81
ports :
82
82
- 9200:9200
83
83
restart : on-failure
@@ -97,7 +97,7 @@ services:
97
97
profiles : ["nemo-retriever"]
98
98
99
99
postgres :
100
- image : postgres:16.1
100
+ image : postgres:16.4
101
101
restart : always
102
102
environment :
103
103
POSTGRES_PASSWORD : pgadmin
You can’t perform that action at this time.
0 commit comments