redis for prod

This commit is contained in:
Dmitriy Kuzmenko 2019-11-04 17:32:22 +03:00
parent fd926ee486
commit f1d22c2392

View File

@ -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