Skip to content

Commit

Permalink
uwsgi uses port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrSheldon committed Sep 19, 2024
1 parent 9f3141d commit e43bb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ ENV TIRA_DEBUG=false
EXPOSE 8080

# TODO: at some point it probably makes sense, not to use /tira/application/src as a working directory anymore
CMD ["uwsgi", "--strict", "--master", "--enable-threads", "--module", "django_admin.wsgi:application", "--chdir", "/tira/application/src", "--processes", "50", "--http-socket", ":80", "--vacuum", "--max-requests", "5000"]
CMD ["uwsgi", "--strict", "--master", "--enable-threads", "--module", "django_admin.wsgi:application", "--chdir", "/tira/application/src", "--processes", "50", "--http-socket", ":8080", "--vacuum", "--max-requests", "5000"]

0 comments on commit e43bb69

Please sign in to comment.