Skip to content

Commit 59f2398

Browse files
committed
ES 74
1 parent 9e42a67 commit 59f2398

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.magento.app.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ relationships:
2525
database: "mysql:mysql"
2626
redis: "redis:redis"
2727
elasticsearch: "elasticsearch:elasticsearch"
28+
es74: "es74:elasticsearch"
2829

2930
# The configuration of app when it is exposed to the web.
3031
web:

.magento/services.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ redis:
1212
elasticsearch:
1313
type: elasticsearch:7.6
1414
disk: 1024
15+
16+
es74:
17+
type: elasticsearch:7.4
18+
disk: 1024

0 commit comments

Comments
 (0)