Pin redis service image version (#1117)

This commit is contained in:
Shupeyko Nikita 2017-04-21 20:44:06 +03:00 committed by GitHub
parent 92ffe53403
commit 23bd99fc5a

View File

@ -57,7 +57,7 @@ services:
{% endif %}
redis:
image: redis:latest
image: redis:3.0
{% if cookiecutter.use_celery == 'y' %}
celeryworker:
build: