Always set REDIS_URL in env, regardless of celery use

This commit is contained in:
Dani Hodovic 2019-07-20 16:11:36 +08:00
parent 77e8cf55c4
commit 52ab943282
No known key found for this signature in database
GPG Key ID: 15433E10A71D1221

View File

@ -2,11 +2,10 @@
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
USE_DOCKER=yes USE_DOCKER=yes
IPYTHONDIR=/app/.ipython IPYTHONDIR=/app/.ipython
{%- if cookiecutter.use_celery == 'y' %}
# Redis # Redis
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
REDIS_URL=redis://redis:6379/0 REDIS_URL=redis://redis:6379/0
{%- if cookiecutter.use_celery == 'y' %}
# Celery # Celery
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------