|
@@ -54,30 +54,12 @@ services:
|
|
ports:
|
|
ports:
|
|
- "6379:6379"
|
|
- "6379:6379"
|
|
|
|
|
|
- #opensearch:
|
|
|
|
- # image: markoshust/magento-opensearch:2.4-develop
|
|
|
|
- # ports:
|
|
|
|
- # - "9200:9200"
|
|
|
|
- # - "9300:9300"
|
|
|
|
- # env_file: env/opensearch.env
|
|
|
|
- # environment:
|
|
|
|
- # - "discovery.type=single-node"
|
|
|
|
- # ## Avoid test failures due to small disks
|
|
|
|
- # ## More info at https://github.com/markshust/docker-magento/issues/488
|
|
|
|
- # - "cluster.routing.allocation.disk.threshold_enabled=false"
|
|
|
|
- # - "index.blocks.read_only_allow_delete"
|
|
|
|
-
|
|
|
|
- ## If you wish to use Elasticsearch, comment out opensearch image above and
|
|
|
|
- ## uncomment this block. Do the same in the composer.healthcheck.yaml file.
|
|
|
|
- # Additionally, if you are performing the manual setup, you will need to
|
|
|
|
- # update the bin/setup command to use the $ES_HOST variable as the value for
|
|
|
|
- # the --elasticsearch-host argument passed to bin/magento setup:install.
|
|
|
|
- elasticsearch:
|
|
|
|
- image: markoshust/magento-elasticsearch:8.4-develop
|
|
|
|
|
|
+ opensearch:
|
|
|
|
+ image: markoshust/magento-opensearch:2.4-develop
|
|
ports:
|
|
ports:
|
|
- "9200:9200"
|
|
- "9200:9200"
|
|
- "9300:9300"
|
|
- "9300:9300"
|
|
- env_file: env/elasticsearch.env
|
|
|
|
|
|
+ env_file: env/opensearch.env
|
|
environment:
|
|
environment:
|
|
- "discovery.type=single-node"
|
|
- "discovery.type=single-node"
|
|
## Avoid test failures due to small disks
|
|
## Avoid test failures due to small disks
|
|
@@ -85,6 +67,24 @@ services:
|
|
- "cluster.routing.allocation.disk.threshold_enabled=false"
|
|
- "cluster.routing.allocation.disk.threshold_enabled=false"
|
|
- "index.blocks.read_only_allow_delete"
|
|
- "index.blocks.read_only_allow_delete"
|
|
|
|
|
|
|
|
+ ## If you wish to use Elasticsearch, comment out opensearch image above and
|
|
|
|
+ ## uncomment this block. Do the same in the composer.healthcheck.yaml file.
|
|
|
|
+ # Additionally, if you are performing the manual setup, you will need to
|
|
|
|
+ # update the bin/setup command to use the $ES_HOST variable as the value for
|
|
|
|
+ # the --elasticsearch-host argument passed to bin/magento setup:install.
|
|
|
|
+ #elasticsearch:
|
|
|
|
+ # image: markoshust/magento-elasticsearch:8.4-develop
|
|
|
|
+ # ports:
|
|
|
|
+ # - "9200:9200"
|
|
|
|
+ # - "9300:9300"
|
|
|
|
+ # env_file: env/elasticsearch.env
|
|
|
|
+ # environment:
|
|
|
|
+ # - "discovery.type=single-node"
|
|
|
|
+ # ## Avoid test failures due to small disks
|
|
|
|
+ # ## More info at https://github.com/markshust/docker-magento/issues/488
|
|
|
|
+ # - "cluster.routing.allocation.disk.threshold_enabled=false"
|
|
|
|
+ # - "index.blocks.read_only_allow_delete"
|
|
|
|
+
|
|
rabbitmq:
|
|
rabbitmq:
|
|
image: markoshust/magento-rabbitmq:3.9-0
|
|
image: markoshust/magento-rabbitmq:3.9-0
|
|
ports:
|
|
ports:
|