Horizontally Scaling dokku application - mavenea/mavencrm GitHub Wiki

scaling the application

current solution uses heroku app.json configuration file which includes formation key to determine the number of spawned containers for the application. this is sufficient for vertical scaling but will ultimately be restricted by the host specs. we need a solution to horizontally scale the application.

experiments with horizontal scaling