mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-11-15 23:35:26 +03:00
Bump redis from 6 to 7.2 (#6118)
This commit is contained in:
parent
a6c3b4ffdc
commit
a2e4b5ec4b
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
|
@ -47,11 +47,4 @@ updates:
|
||||||
labels:
|
labels:
|
||||||
- "update"
|
- "update"
|
||||||
|
|
||||||
# Enable version updates for Docker Compose files
|
# NOTE: Package ecosystem "docker-compose" can't handle Jinja tags in yml files
|
||||||
- package-ecosystem: "docker-compose"
|
|
||||||
directories:
|
|
||||||
- "{{cookiecutter.project_slug}}/"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
labels:
|
|
||||||
- "update"
|
|
||||||
|
|
|
||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
image: redis:5.0
|
image: redis:7.2
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
postgres:
|
postgres:
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
services:
|
services:
|
||||||
{%- if cookiecutter.use_celery == 'y' %}
|
{%- if cookiecutter.use_celery == 'y' %}
|
||||||
redis:
|
redis:
|
||||||
image: redis:6
|
image: redis:7.2
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ services:
|
||||||
{%- if cookiecutter.use_celery == 'y' %}
|
{%- if cookiecutter.use_celery == 'y' %}
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: docker.io/redis:6
|
image: docker.io/redis:7.2
|
||||||
container_name: {{ cookiecutter.project_slug }}_local_redis
|
container_name: {{ cookiecutter.project_slug }}_local_redis
|
||||||
volumes:
|
volumes:
|
||||||
- {{ cookiecutter.project_slug }}_local_redis_data:/data
|
- {{ cookiecutter.project_slug }}_local_redis_data:/data
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ services:
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: docker.io/redis:6
|
image: docker.io/redis:7.2
|
||||||
{% if cookiecutter.use_celery == 'y' %}
|
{% if cookiecutter.use_celery == 'y' %}
|
||||||
volumes:
|
volumes:
|
||||||
- production_redis_data:/data
|
- production_redis_data:/data
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user