Skip to content

Commit

Permalink
Adjust variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliaweni committed Jan 14, 2025
1 parent eb679ee commit ebc94fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export GUNICORN_APP=${GUNICORN_APP:-"retail.wsgi"}
export GUNICORN_CONF=${GUNICORN_CONF:-"${PROJECT_PATH}/docker/gunicorn.conf.py"}
export LOG_LEVEL=${LOG_LEVEL:-"INFO"}
export CELERY_APP=${CELERY_APP:-"retail"}
export CELERY_MAX_WORKERS=${CELERY_MAX_WORKERS:-'4'}
export HEALTHCHECK_TIMEOUT=${HEALTHCHECK_TIMEOUT:-"10"}

Expand Down Expand Up @@ -68,4 +69,4 @@ elif [[ "healthcheck-celery-worker" == "$1" ]]; then
exit 0
fi

exec "$@"
exec "$@"

0 comments on commit ebc94fb

Please sign in to comment.