diff --git a/{{cookiecutter.project_slug}}/dev.yml b/{{cookiecutter.project_slug}}/dev.yml index 5941f32e5..7982c079d 100644 --- a/{{cookiecutter.project_slug}}/dev.yml +++ b/{{cookiecutter.project_slug}}/dev.yml @@ -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: