In this exercise we will learn to scale a service from Docker Compose up or down.
Any service defined in our docker-compose.yml
can be scaled up from the
Compose API; in this context, 'scaling' means launching multiple containers for the
same service, which Docker Compose can route requests to and from.