Fix linebreaks

This commit is contained in:
Nikita P. Shupeyko 2017-04-11 16:43:09 +03:00
parent fd061873dd
commit 4839639bd0

View File

@ -19,8 +19,10 @@ services:
dockerfile: ./compose/django/Dockerfile-dev
command: /start-dev.sh
depends_on:
- postgres{% if cookiecutter.use_mailhog == 'y' %}
- mailhog{% endif %}
- postgres
{% if cookiecutter.use_mailhog == 'y' -%}
- mailhog
{%- endif %}
env_file:
- dev.env
environment: