Add Procfile with exec and DOKKU_SCALE for worker process
This commit is contained in:
parent
2a1bd414be
commit
1f73dc2d46
2 changed files with 3 additions and 0 deletions
2
DOKKU_SCALE
Normal file
2
DOKKU_SCALE
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
web=0
|
||||||
|
worker=1
|
||||||
1
Procfile
Normal file
1
Procfile
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
worker: exec towerops-agent
|
||||||
Loading…
Add table
Reference in a new issue