Remove redundant conditional - fixes #5843

This commit is contained in:
Dominique Plante 2025-05-13 15:07:22 -07:00
parent 1fa7bcf480
commit 1d0b7c4fad

View File

@ -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