Running a Single API Gateway and an Elasticsearch Container
You can run a single webMethods API Gateway and an Elasticsearch container using Docker Compose. In this deployment scenario you can use the sample Docker Compose file apigw-elasticsearch-no-cluster.yml.
The following figure depicts an webMethods API Gateway container with an externalized Elasticsearch where Kibana is included in the webMethods API Gateway container.

To deploy a single webMethods API Gateway and an Elasticsearch container
Note: You can stop the webMethods API Gateway Docker container and the Elasticsearch container
using the Docker Compose sample file with the following command:
docker-compose -f apigw-elasticsearch-no-cluster.yml down