diff --git a/project/settings/production.py b/project/settings/production.py index f72a8869..4f9e90b7 100644 --- a/project/settings/production.py +++ b/project/settings/production.py @@ -21,7 +21,7 @@ DOMAIN_URI = 'next.gaultmillau.com' # ELASTICSEARCH SETTINGS ELASTICSEARCH_DSL = { 'default': { - 'hosts': 'localhost:9200' + 'hosts': 'elasticsearch:9200' } }