build: create procfile for deployments to heroku

This commit is contained in:
pablohashescobar 2022-12-16 11:45:38 +05:30
parent eae7e68947
commit b189cae449

3
Procfile Normal file
View 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