|
@@ -54,30 +54,12 @@ services:
|
|
|
ports:
|
|
|
- "6379:6379"
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- elasticsearch:
|
|
|
- image: markoshust/magento-elasticsearch:8.4-develop
|
|
|
+ opensearch:
|
|
|
+ image: markoshust/magento-opensearch:2.4-develop
|
|
|
ports:
|
|
|
- "9200:9200"
|
|
|
- "9300:9300"
|
|
|
- env_file: env/elasticsearch.env
|
|
|
+ env_file: env/opensearch.env
|
|
|
environment:
|
|
|
- "discovery.type=single-node"
|
|
|
|
|
@@ -85,6 +67,24 @@ services:
|
|
|
- "cluster.routing.allocation.disk.threshold_enabled=false"
|
|
|
- "index.blocks.read_only_allow_delete"
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
rabbitmq:
|
|
|
image: markoshust/magento-rabbitmq:3.9-0
|
|
|
ports:
|