mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
Fix linebreaks
This commit is contained in:
parent
fd061873dd
commit
4839639bd0
|
@ -19,8 +19,10 @@ services:
|
|||
dockerfile: ./compose/django/Dockerfile-dev
|
||||
command: /start-dev.sh
|
||||
depends_on:
|
||||
- postgres{% if cookiecutter.use_mailhog == 'y' %}
|
||||
- mailhog{% endif %}
|
||||
- postgres
|
||||
{% if cookiecutter.use_mailhog == 'y' -%}
|
||||
- mailhog
|
||||
{%- endif %}
|
||||
env_file:
|
||||
- dev.env
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue
Block a user