The sample code that accompanies the Boot Your RESTful API Using Spring and Actuator and Prometheus blog post.
$ ./gradlew buildDocker
$ cd src/main/docker
$ docker volume create --name spring-boot-restful-data-mongo
$ docker volume create --name spring-boot-restful-data-prometheus
$ docker volume create --name spring-boot-restful-data-grafana
$ docker volume create --name spring-boot-restful-data-logs
$ docker volume create --name spring-boot-restful-data-elasticsearch
$ docker-compose up