Spaces in production.yml

This commit is contained in:
Nikita P. Shupeyko 2018-03-06 15:57:24 +03:00
parent 56948fdbdc
commit 8e8105de8f

View File

@ -44,7 +44,7 @@ services:
redis: redis:
image: redis:3.0 image: redis:3.0
{% if cookiecutter.use_celery == 'y' %} {% if cookiecutter.use_celery == 'y' %}
celeryworker: celeryworker:
<<: *django <<: *django
depends_on: depends_on:
@ -64,4 +64,4 @@ services:
- ./.envs/.production/.django - ./.envs/.production/.django
- ./.envs/.production/.postgres - ./.envs/.production/.postgres
command: /start-celerybeat.sh command: /start-celerybeat.sh
{% endif %} {% endif %}