Update Redis version to 5.0

This commit is contained in:
Bruno Alla 2019-05-18 13:22:50 +01:00
parent 88243d088d
commit 642c28792c
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ services:
{%- if cookiecutter.use_celery == 'y' %}
redis:
image: redis:3.2
image: redis:5.0
celeryworker:
<<: *django

View File

@ -44,7 +44,7 @@ services:
- "0.0.0.0:443:443"
redis:
image: redis:3.2
image: redis:5.0
{%- if cookiecutter.use_celery == 'y' %}
celeryworker: