We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba50adc commit 8b77e1eCopy full SHA for 8b77e1e
settings/dev.py
@@ -26,5 +26,5 @@
26
INSTALLED_APPS += ('django_extensions',)
27
28
# settings for celery
29
-BROKER_URL = os.environ.get("BROKER_URL", "redis://127.0.0.1:6379/0")
30
-CELERY_RESULT_BACKEND = os.environ.get("CELERY_RESULT_BACKEND", 'redis://127.0.0.1:6379/0')
+BROKER_URL = os.environ.get("BROKER_URL", "redis://redis:6379/0")
+CELERY_RESULT_BACKEND = os.environ.get("CELERY_RESULT_BACKEND", 'redis://redis:6379/0')
0 commit comments