forked from github/plane
dev: move Procfile to apiserver and change the config
This commit is contained in:
parent
b2a050570d
commit
423d6b4455
3
Procfile
3
Procfile
@ -1,3 +0,0 @@
|
||||
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
|
2
apiserver/Procfile
Normal file
2
apiserver/Procfile
Normal file
@ -0,0 +1,2 @@
|
||||
web: 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: python manage.py rqworker
|
Loading…
Reference in New Issue
Block a user