Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Use 'atmosphere' as host for uwsgi listener (#742)
Browse files Browse the repository at this point in the history
This will allow use to use 'extra_hosts' in docker-compose to map this
hostname to any IP we want (which will be 127.0.0.1)

Co-authored-by: Calvin McLean <calvinmclean@email.arizona.edu>
  • Loading branch information
Calvin McLean and Calvin McLean authored Jun 16, 2020
1 parent fe40534 commit d95d397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ chdir = /opt/dev/atmosphere
home = /opt/env/atmosphere
module = atmosphere.wsgi
env = DJANGO_SETTINGS_MODULE=atmosphere.settings
socket = 0.0.0.0:8000
socket = atmosphere:8000
processes = 24
uid = www-data
gid = www-data
Expand Down

0 comments on commit d95d397

Please sign in to comment.