mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +03:00
Use latest redis docker image
We use the latest Redis image because in Cookiecutter Django, Redis is only used to store ephemeral data. By ephemeral data I mean Celery tasks and various caching libraries.
This commit is contained in:
parent
ad4082ceae
commit
36c58f1d2c
|
@ -57,7 +57,7 @@ services:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:3.0
|
image: redis:latest
|
||||||
{% if cookiecutter.use_celery == 'y' %}
|
{% if cookiecutter.use_celery == 'y' %}
|
||||||
celeryworker:
|
celeryworker:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user