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
|
dockerfile: ./compose/django/Dockerfile-dev
|
||||||
command: /start-dev.sh
|
command: /start-dev.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres{% if cookiecutter.use_mailhog == 'y' %}
|
- postgres
|
||||||
- mailhog{% endif %}
|
{% if cookiecutter.use_mailhog == 'y' -%}
|
||||||
|
- mailhog
|
||||||
|
{%- endif %}
|
||||||
env_file:
|
env_file:
|
||||||
- dev.env
|
- dev.env
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user