Simplify Local Development with Docker Compose – Part II

In this blog post, I will explain the ways to setup local development environment using docker compose. This the second part in this series, you can read about first part here In my first part, I have shown you setting local development environment using docker and docker compose. I was creating docker image and using…

Simplify Local Development with Docker Compose – Part I

In this blog post, I will explain the ways to setup local development environment using docker compose and automate the process using batch or shell scripts. Nowadays we are deploying applications in production using docker containers. We can create similar environment in our local development and test our application before committing the code. This approach…