Add Procfile with exec and DOKKU_SCALE for worker process

This commit is contained in:
Graham McIntire 2026-02-09 13:29:14 -06:00
parent 2a1bd414be
commit 1f73dc2d46
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

2
DOKKU_SCALE Normal file
View file

@ -0,0 +1,2 @@
web=0
worker=1

1
Procfile Normal file
View file

@ -0,0 +1 @@
worker: exec towerops-agent