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 dockerfile: ./compose/django/Dockerfile-dev
command: /start-dev.sh command: /start-dev.sh
depends_on: depends_on:
- postgres{% if cookiecutter.use_mailhog == 'y' %} - postgres
- mailhog{% endif %} {% if cookiecutter.use_mailhog == 'y' -%}
- mailhog
{%- endif %}
env_file: env_file:
- dev.env - dev.env
environment: environment: