Remove redundant use_celery condition in local compose file (#5845)

This commit is contained in:
Dominique Plante 2025-05-13 15:21:19 -07:00 committed by GitHub
parent 1fa7bcf480
commit a7a8fe659a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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