All you need to know about Docker Compose
What is docker-compose?
docker-compose is the tool to set up docker for multi-container environments. Using the single docker-compose file we can define all the containers with their environments.
docker-compose is always written in the yaml/yml file...
neel-soni.hashnode.dev3 min read