From 6422fc09f920d631fd9697e7bdc7121306133177 Mon Sep 17 00:00:00 2001 From: Dmitriy Kuzmenko Date: Mon, 4 Nov 2019 16:20:10 +0300 Subject: [PATCH] elc --- project/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }