Open
Description
Preconditions
Magento Cloud Docker - local development with latest 1.3.2 package
Steps to reproduce
- Create .magento.docker.yml file
- Specify elasticsearch service with:
- image: "magento/magento-cloud-docker-opensearch"
- version: "1.2"
- Generate docker-compose.yml file
- Attempt to bring up services
Expected result
Local Magento environment with OpenSearch
Actual result
OpenSearch container fails healthcheck. Upon review, OS_HOST is used for both the URL and port, unlike the Elasticsearch image which correctly uses ES_HOST and ES_PORT. However, even when fixing this issue, the healthcheck still fails.
We use the docker dev setup quite extensively, historically with ES. We are exploring OS, but are blocked on this issue.
Metadata
Metadata
Assignees
Type
Projects
Status
Ready for Grooming