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…