We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e42a67 commit 59f2398Copy full SHA for 59f2398
.magento.app.yaml
@@ -25,6 +25,7 @@ relationships:
25
database: "mysql:mysql"
26
redis: "redis:redis"
27
elasticsearch: "elasticsearch:elasticsearch"
28
+ es74: "es74:elasticsearch"
29
30
# The configuration of app when it is exposed to the web.
31
web:
.magento/services.yaml
@@ -12,3 +12,7 @@ redis:
12
elasticsearch:
13
type: elasticsearch:7.6
14
disk: 1024
15
+
16
+es74:
17
+ type: elasticsearch:7.4
18
+ disk: 1024
0 commit comments