instances
(OPTIONAL)
This is the number of instances simultaneously running on the application, by default it’s 1. The following has the app running on 3 instances:
{"instances": 3}
When using a docker-compose.yml, deploy.replicas
is mapped to instances
, using the same format:
deploy.replicas: 3