build: create procfile for deployments to heroku
This commit is contained in:
parent
eae7e68947
commit
b189cae449
1 changed files with 3 additions and 0 deletions
3
Procfile
Normal file
3
Procfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
web: node apps/app/server.js
|
||||
backend_web: cd apiserver && gunicorn plane.wsgi -k gthread --workers 8 --bind 0.0.0.0:$PORT --config gunicorn.config.py --max-requests 10000 --max-requests-jitter 1000 --access-logfile -
|
||||
worker: cd apiserver && python manage.py rqworker
|
||||
Loading…
Add table
Add a link
Reference in a new issue