update gunicorn prot

This commit is contained in:
2026-04-06 19:04:33 +08:00
parent 8161430ada
commit 0653c26523

View File

@@ -43,7 +43,7 @@ services:
sh -c "python manage.py migrate && sh -c "python manage.py migrate &&
python manage.py createsuperuser --noinput || python manage.py createsuperuser --noinput ||
true && true &&
gunicorn --bind 0.0.0.0:8000 --workers 2 --timeout 120 config.wsgi:application" gunicorn --bind 0.0.0.0:8765 --workers 2 --timeout 120 config.wsgi:application"
volumes: volumes:
db_data: db_data: