I have an application in NodeJs and I need to configure the architecture of this application, I'm new to Docker and I need to create some containers for this application, the application should have the following configuration:
-- Container 1 - Funciona como um balanceador de carga;
-- Containers 2,3,4 - Instâncias da Aplicação;
-- Container 5 - Banco de dados (Mysql);
I would like to know if this is possible and if yes how to deploy this application later?