Commit 87289cb1 by Clinton Blackburn

Merge pull request #2937 from edx/clintonb/discovery-docker-fix

Fixed Docker issues for discovery service
parents 674d8a9c d693d176
......@@ -3,4 +3,5 @@ discovery_gunicorn_host: 0.0.0.0
DISCOVERY_MYSQL: 'db'
DISCOVERY_DJANGO_SETTINGS_MODULE: 'course_discovery.settings.devstack'
DISCOVERY_ELASTICSEARCH_HOST: 'es'
COMMON_MYSQL_MIGRATE_USER: '{{ DISCOVERY_MYSQL_USER }}'
COMMON_MYSQL_MIGRATE_PASS: '{{ DISCOVERY_MYSQL_PASSWORD }}'
......@@ -20,7 +20,7 @@ case $COMMAND in
{{ executable }} -c {{ discovery_home }}/discovery_gunicorn.py \
{{ DISCOVERY_GUNICORN_EXTRA }} \
--reload \
discovery.wsgi:application
course_discovery.wsgi:application
;;
open)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment