Docker Compose allows you to write one.ymlconfiguration file for the configuration for each container as well as information about how the containers communicate with each other. You then use thedocker-composecommand line tool to issue commands to all the components that make up an application....