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:
|
||||
- "update"
|
||||
|
||||
# Enable version updates for Docker Compose files
|
||||
- package-ecosystem: "docker-compose"
|
||||
directories:
|
||||
- "{{cookiecutter.project_slug}}/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- "update"
|
||||
# NOTE: Package ecosystem "docker-compose" can't handle Jinja tags in yml files
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
services:
|
||||
redis:
|
||||
image: redis:5.0
|
||||
image: redis:7.2
|
||||
ports:
|
||||
- 6379:6379
|
||||
postgres:
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
services:
|
||||
{%- if cookiecutter.use_celery == 'y' %}
|
||||
redis:
|
||||
image: redis:6
|
||||
image: redis:7.2
|
||||
ports:
|
||||
- 6379:6379
|
||||
{%- endif %}
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ services:
|
|||
{%- if cookiecutter.use_celery == 'y' %}
|
||||
|
||||
redis:
|
||||
image: docker.io/redis:6
|
||||
image: docker.io/redis:7.2
|
||||
container_name: {{ cookiecutter.project_slug }}_local_redis
|
||||
volumes:
|
||||
- {{ cookiecutter.project_slug }}_local_redis_data:/data
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ services:
|
|||
{%- endif %}
|
||||
|
||||
redis:
|
||||
image: docker.io/redis:6
|
||||
image: docker.io/redis:7.2
|
||||
{% if cookiecutter.use_celery == 'y' %}
|
||||
volumes:
|
||||
- production_redis_data:/data
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user