These samples provide a starting point for how to integrate different services using a Compose file and to manage their deployment with Docker Compose. collection of services running with docker-compose
Elasticsearch / Logstash / Kibana- ELK stack: Elasticsearch, Logstash, and Kibana with filebeat.NGINX- Nginx proxy.MongoDB- Mongo database.PostgreSQL- Postgres database.Kafka- Kafka and zookeeper servers.metabase- metabase.
- Docker
- Docker Compose
The root directory of each sample contains the docker-compose.yml which
describes the configuration of service components. All samples can be run in
a local environment by going into the root directory of each one and executing:
docker-compose up -d --buildTo stop and remove all containers of the sample application run:
docker-compose down