dev #9

Merged
avm merged 100 commits from dev into main 2026-03-17 16:06:44 +03:00
Showing only changes of commit 053d74b614 - Show all commits

View File

@@ -25,7 +25,7 @@ services:
command: >
sh -c "python src/manage.py migrate &&
python src/manage.py collectstatic --noinput &&
gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3"
gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3 --timeout 120"
celery_worker:
image: 10.10.0.10:3000/avm/mostovik-celery:${IMAGE_TAG:-dev}