mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Upgrade redis service to 3.2 (#1631)
This commit is contained in:
parent
b7172cfeba
commit
4944907fb5
|
@ -45,7 +45,7 @@ services:
|
|||
{%- if cookiecutter.use_celery == 'y' %}
|
||||
|
||||
redis:
|
||||
image: redis:3.0
|
||||
image: redis:3.2
|
||||
|
||||
celeryworker:
|
||||
<<: *django
|
||||
|
|
|
@ -46,7 +46,7 @@ services:
|
|||
- "0.0.0.0:443:443"
|
||||
|
||||
redis:
|
||||
image: redis:3.0
|
||||
image: redis:3.2
|
||||
{%- if cookiecutter.use_celery == 'y' %}
|
||||
|
||||
celeryworker:
|
||||
|
|
Loading…
Reference in New Issue
Block a user