test gunicorn

This commit is contained in:
Parsa Nazer
2025-03-02 16:39:55 +03:30
parent 618a9f5bcc
commit 59603284c6
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ services:
[
"sh",
"-c",
"python manage.py migrate && python manage.py collectstatic --no-input && gunicorn backend.wsgi:application --bind 0.0.0.0:8000 --workers 10",
"python manage.py migrate && python manage.py collectstatic --no-input && gunicorn backend.wsgi:application --bind 0.0.0.0:8000 --workers 5",
]
networks:
- default