How to scale services using Docker Compose
Docker Compose tool is used to define and start running multi-container Docker applications. Configuration is as easy,there would be YAML file to configure your application's services/networks/volumes etc., Then, with a single command, you can create and start all the services from the compose configuration. Here are the key steps : Define Dockerfile for your app's environment.
https://karthi-net.medium.com/how-to-scale-services-using-docker-compose-31d7b83a6648