Files
dokku/tests/apps/nodejs-worker/app.json
Jose Diaz-Gonzalez 5dcc1cb13c refactor: remove support for DOKKU_SCALE file
It has been replaced by the 'formations' key within the 'app.json' file format.
2023-01-15 23:53:03 -05:00

11 lines
139 B
JSON

{
"formation": {
"web": {
"quantity": 0
},
"worker": {
"quantity": 1
}
}
}