mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-08-04 15:18:20 +00:00
docs performance
This commit is contained in:
parent
475cfe1ff0
commit
8af5a398ff
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
"buildCommand": "npm ci && npm install && npx tailwindcss -c ./tailwind.config.js -o ./docs_project/static/app.css --minify"
|
||||
},
|
||||
"deploy": {
|
||||
"startCommand": "python manage.py migrate && python manage.py collectstatic --noinput && gunicorn docs_project.wsgi --bind 0.0.0.0:8000",
|
||||
"startCommand": "python manage.py migrate && python manage.py collectstatic --noinput && gunicorn docs_project.wsgi --workers=4 --threads=2 --worker-class=gthread --worker-tmp-dir=/dev/shm --max-requests=1000 --max-requests-jitter=50 --bind 0.0.0.0:8000",
|
||||
"restartPolicyType": "ON_FAILURE",
|
||||
"restartPolicyMaxRetries": 10
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue