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:
1717
1818 etcd :
1919 container_name : milvus-etcd
20- image : quay.io/coreos/etcd:v3.5.5
20+ image : quay.io/coreos/etcd:v3.5.16
2121 environment :
2222 - ETCD_AUTO_COMPACTION_MODE=revision
2323 - ETCD_AUTO_COMPACTION_RETENTION=1000
@@ -54,7 +54,7 @@ services:
5454
5555 milvus :
5656 container_name : milvus-standalone
57- image : milvusdb/milvus:v2.4.5
57+ image : milvusdb/milvus:v2.4.12
5858 command : ["milvus", "run", "standalone"]
5959 environment :
6060 ETCD_ENDPOINTS : etcd:2379
@@ -77,7 +77,7 @@ services:
7777 profiles : ["nemo-retriever", "milvus", ""]
7878
7979 elasticsearch :
80- image : " docker.elastic.co/elasticsearch/elasticsearch:8.12.0 "
80+ image : " docker.elastic.co/elasticsearch/elasticsearch:8.12.2 "
8181 ports :
8282 - 9200:9200
8383 restart : on-failure
@@ -97,7 +97,7 @@ services:
9797 profiles : ["nemo-retriever"]
9898
9999 postgres :
100- image : postgres:16.1
100+ image : postgres:16.4
101101 restart : always
102102 environment :
103103 POSTGRES_PASSWORD : pgadmin
You can’t perform that action at this time.
0 commit comments