diff --git a/project/settings/production.py b/project/settings/production.py index 0ac6dfca..62f77793 100644 --- a/project/settings/production.py +++ b/project/settings/production.py @@ -55,7 +55,7 @@ DATABASES = { }, } -BROKER_URL = 'redis://localhost:6379/1' +BROKER_URL = 'redis://redis:6379/1' CELERY_RESULT_BACKEND = BROKER_URL CELERY_BROKER_URL = BROKER_URL