mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-01 02:39:48 +03:00
fix block error due to whitespace
This commit is contained in:
parent
42db022884
commit
89bf7f369b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user