Compose defines and runs multi-container Docker applications.
Using a single yaml file it is possible to run multiple docker containers for complex applications. For example one contaner for the web app, one for the database and one for redis, all with a single command.
[Read More]