How to Docker Compose
Docker Compose helps you run multi-container applications. In this tutorial, we expand a Docker project, which has only a Dockerfile, with Docker Compose. Before you continue, make sure you have set up Docker properly . If you haven't installed the docker-compose dependency, you can do it with Homebrew on MacOS with the following instruction on…