Fix inter-service linebreaks in local.yml and production.yml

This commit is contained in:
Nikita P. Shupeyko 2018-06-28 16:29:02 +03:00
parent 9ae0f2f4b3
commit cc5a76268b
2 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ services:
build: ./docker/redis/
volumes:
- local_redis_data:/data
{%- endif %}
postgres:
build: ./docker/postgres/
image: {{ cookiecutter.project_slug }}_production_postgres

View File

@ -60,8 +60,8 @@ services:
ports:
- "5555:5555"
command: /flower
{%- endif %}
postgres:
build: ./docker/postgres/
image: {{ cookiecutter.project_slug }}_production_postgres