📄️ What is docker compose
Docker compose allows you to define and manage multiple docker containers. With docker compose, you can use a YAML file that has all the configurations.
📄️ Install docker compose
Typically it comes bundled with the Docker desktop, so no further installations need to be run for Windows and Mac users.
📄️ Example of a dockerCompose YAML
Here's an example of a Docker compose yaml file.
📄️ Docker Compose Commands
1) Start & run services in the config: