Skip to content

Commit

Permalink
Use correct WSGI application in gunicorn
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Jan 29, 2024
1 parent 2a8f8a4 commit 0ff8cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
command: sh -c "
python manage.py migrate &&
python manage.py collectstatic --no-input --verbosity 0 --clear &&
gunicorn purldb.wsgi:application --bind :8000 --timeout 600 --workers 8"
gunicorn purldb_project.wsgi:application --bind :8000 --timeout 600 --workers 8"
env_file:
- docker.env
expose:
Expand Down

0 comments on commit 0ff8cf1

Please sign in to comment.