Running a Single API Gateway and an Elasticsearch Container
About this task
You can run a single 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 API Gateway container with an externalized Elasticsearch where Kibana is included in the API Gateway container.

To deploy a single API Gateway and an Elasticsearch container
Procedure
What to do next
Note: You can stop the
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