remove whitespace

This commit is contained in:
shireenrao 2016-05-11 21:40:23 -04:00
parent 832a9e1488
commit 87926027f6

View File

@ -13,12 +13,12 @@ services:
environment:
- POSTGRES_USER={{cookiecutter.project_slug}}
{% if cookiecutter.use_docker == 'y' %}
{% if cookiecutter.use_docker == 'y' -%}
mailhog:
image: mailhog/mailhog
ports:
- "8025:8025"
{% endif %}
{%- endif %}
django:
build:
@ -35,9 +35,9 @@ services:
- "8000:8000"
links:
- postgres
{% if cookiecutter.use_docker == 'y' %}
{% if cookiecutter.use_docker == 'y' -%}
- mailhog
{% endif %}
{%- endif %}
{% if cookiecutter.use_pycharm == 'y' %}
pycharm: