Fatah A. Jimoh
Cloud / DevOps Engineer
© 2023 All rights reserved | Fatah Adeshina Jimoh
Category Archives: Docker-Kubernetes
Dockerize a Java Web Application using docker-compose

Introduction In this project, I aimed to deploy a Java application stack (Nginx, Tomcat, MySQL) using Docker-Compose. The project objective was to create a complete stack of Nginx, Tomcat, and MySQL in a way that the application would run smoothly in the Docker environment. The Java login application source code was committed to a Bitbucket…