forked from github/plane
build: create procfile for deployments to heroku
This commit is contained in:
parent
eae7e68947
commit
b189cae449
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…
Reference in New Issue
Block a user