mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
dev: move Procfile to apiserver and change the config
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user