mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +03:00
Fix inter-service linebreaks in local.yml and production.yml
This commit is contained in:
parent
9ae0f2f4b3
commit
cc5a76268b
|
@ -65,8 +65,8 @@ services:
|
||||||
build: ./docker/redis/
|
build: ./docker/redis/
|
||||||
volumes:
|
volumes:
|
||||||
- local_redis_data:/data
|
- local_redis_data:/data
|
||||||
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
build: ./docker/postgres/
|
build: ./docker/postgres/
|
||||||
image: {{ cookiecutter.project_slug }}_production_postgres
|
image: {{ cookiecutter.project_slug }}_production_postgres
|
||||||
|
|
|
@ -60,8 +60,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "5555:5555"
|
- "5555:5555"
|
||||||
command: /flower
|
command: /flower
|
||||||
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
build: ./docker/postgres/
|
build: ./docker/postgres/
|
||||||
image: {{ cookiecutter.project_slug }}_production_postgres
|
image: {{ cookiecutter.project_slug }}_production_postgres
|
||||||
|
|
Loading…
Reference in New Issue
Block a user