Spring Boot Deploy a Spring Boot application with Docker and Nginx Reverse Proxy In this post, we will see how to deploy a Spring Boot application packaged with Docker, configure a reverse proxy with Nginx, and finally secure it with Lets Encrypt.
MongoDB Create a replica set in MongoDB with Docker Compose This tutorial will show how to create a replica set in MongoDB, then use Docker compose to make a more straightforward setup.
Docker Using Docker and Docker-compose with Node.js and MongoDB We usually build applications through many releases, and for each release, it happens we need to share the code with our peer. Unfortunately, at this point, many problems often happen.