mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 12:10:16 +03:00
Remove redundant conditional - fixes #5843
This commit is contained in:
parent
1fa7bcf480
commit
1d0b7c4fad
|
@ -53,10 +53,8 @@ services:
|
|||
redis:
|
||||
image: docker.io/redis:6
|
||||
container_name: {{ cookiecutter.project_slug }}_local_redis
|
||||
{% if cookiecutter.use_celery == 'y' %}
|
||||
volumes:
|
||||
- {{ cookiecutter.project_slug }}_local_redis_data:/data
|
||||
{% endif %}
|
||||
|
||||
celeryworker:
|
||||
<<: *django
|
||||
|
|
Loading…
Reference in New Issue
Block a user