Merge pull request #3255 from Andrew-Chen-Wang/redis6

This commit is contained in:
Bruno Alla 2021-08-13 12:06:09 +02:00 committed by GitHub
commit b7477670c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ jobs:
services:
{%- if cookiecutter.use_celery == 'y' %}
redis:
image: redis:5.0
image: redis:6
ports:
- 6379:6379
{%- endif %}

View File

@ -64,7 +64,7 @@ services:
{%- if cookiecutter.use_celery == 'y' %}
redis:
image: redis:5.0
image: redis:6
container_name: redis
celeryworker:

View File

@ -47,7 +47,7 @@ services:
{%- endif %}
redis:
image: redis:5.0
image: redis:6
{%- if cookiecutter.use_celery == 'y' %}
celeryworker: