mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 22:44:54 +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/
|
||||
volumes:
|
||||
- local_redis_data:/data
|
||||
|
||||
{%- endif %}
|
||||
|
||||
postgres:
|
||||
build: ./docker/postgres/
|
||||
image: {{ cookiecutter.project_slug }}_production_postgres
|
||||
|
|
|
@ -60,8 +60,8 @@ services:
|
|||
ports:
|
||||
- "5555:5555"
|
||||
command: /flower
|
||||
|
||||
{%- endif %}
|
||||
|
||||
postgres:
|
||||
build: ./docker/postgres/
|
||||
image: {{ cookiecutter.project_slug }}_production_postgres
|
||||
|
|
Loading…
Reference in New Issue
Block a user