diff --git a/project/settings/base.py b/project/settings/base.py index f89eff8d..040cbbad 100644 --- a/project/settings/base.py +++ b/project/settings/base.py @@ -320,7 +320,7 @@ REDOC_SETTINGS = { # RabbitMQ # BROKER_URL = 'amqp://rabbitmq:5672' # Redis -BROKER_URL = 'redis://base:6379/1' +BROKER_URL = 'redis://localhost:6379/1' CELERY_RESULT_BACKEND = BROKER_URL CELERY_BROKER_URL = BROKER_URL CELERY_ACCEPT_CONTENT = ['application/json']