fix block error due to whitespace

This commit is contained in:
shireenrao 2016-05-11 22:00:47 -04:00
parent 42db022884
commit 89bf7f369b

View File

@ -12,14 +12,12 @@ services:
- postgres_backup_dev:/backups
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:
context: .
@ -36,7 +34,6 @@ services:
links:
- postgres
{% if cookiecutter.use_docker == 'y' %}- mailhog{% endif %}
{% if cookiecutter.use_pycharm == 'y' %}
pycharm:
build: