mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-11 00:22:29 +03:00
Remove redundant use_celery
condition in local compose file (#5845)
This commit is contained in:
parent
1fa7bcf480
commit
a7a8fe659a
|
@ -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