File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 ports :
3030 - " 5672:5672"
3131 elasticsearch :
32- image : elasticsearch:9.1.0
32+ image : elasticsearch:9.2.3
3333 ports :
3434 - " 9200:9200"
3535 env :
Original file line number Diff line number Diff line change @@ -102,6 +102,6 @@ RABBITMQ_USERNAME=test
102102RABBITMQ_PASSWORD = password
103103
104104# elastic search related configurations
105- ELASTIC_VERSION = 9.1.0
105+ ELASTIC_VERSION = 9.2.3
106106# elastic search will be accessed by fastapi workers
107107ELASTIC_HOST = localhost
Original file line number Diff line number Diff line change 5858 memory : " 1Gi"
5959 cpu : " 0.5"
6060 - name : mb-elasticsearch
61- image : elasticsearch:9.1.0
61+ image : elasticsearch:9.2.3
6262 imagePullPolicy : Always
6363 ports :
6464 - containerPort : 9200
You can’t perform that action at this time.
0 commit comments