feat: export state corp package from backup endpoint
This commit is contained in:
@@ -91,7 +91,7 @@ ENV PATH="/app/.venv/bin:${PATH}" \
|
||||
CELERY_RESULT_BACKEND=redis://redis:6379/0 \
|
||||
PORT=8000 \
|
||||
GUNICORN_WORKERS=4 \
|
||||
GUNICORN_TIMEOUT=60 \
|
||||
GUNICORN_TIMEOUT=300 \
|
||||
CELERY_LOG_LEVEL=INFO \
|
||||
CELERY_WORKER_CONCURRENCY=2 \
|
||||
CHECKO_API_KEY= \
|
||||
|
||||
@@ -22,6 +22,6 @@ python src/manage.py migrate --noinput
|
||||
exec gunicorn core.wsgi:application \
|
||||
--bind "0.0.0.0:${PORT:-8000}" \
|
||||
--workers "${GUNICORN_WORKERS:-3}" \
|
||||
--timeout "${GUNICORN_TIMEOUT:-60}" \
|
||||
--timeout "${GUNICORN_TIMEOUT:-300}" \
|
||||
--access-logfile "-" \
|
||||
--error-logfile "-"
|
||||
|
||||
Reference in New Issue
Block a user