Install Prometheus using Docker Compose

Prometheus is an open-source monitoring application. It will collect and store metrics of the running application over time. To install Prometheus using Docker Compose, please select the version you want to install on the Prometheus Docker Hub page https://hub.docker.com/r/prom/prometheus first. Then use the docker-compose.yml file… Read More

Install Grafana using Docker Compose

Grafana is an open-source tool for data visualization and monitoring platform. In this tutorial, I show you how to install this tool using Docker Compose! First, go to Grafana’s Docker Hub page https://hub.docker.com/r/grafana/grafana to find the version you want to install. I will install the… Read More

Install Apache Tomcat

Apache Tomcat is one of the Java Server Runtimes that you can use to deploy Java web applications. In this tutorial, I will show you how to install Apache Tomcat! First, go to the Download page of Apache Tomcat to download its latest version https://tomcat.apache.org/download-10.cgi.… Read More