mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-08 22:14:53 +03:00
Remove redundant spaces in local.yml and production.yml
This commit is contained in:
parent
cc5a76268b
commit
225ea3448e
|
@ -66,9 +66,9 @@ services:
|
|||
volumes:
|
||||
- local_redis_data:/data
|
||||
{%- endif %}
|
||||
|
||||
|
||||
postgres:
|
||||
build: ./docker/postgres/
|
||||
build: ./docker/postgres/
|
||||
image: {{ cookiecutter.project_slug }}_production_postgres
|
||||
volumes:
|
||||
- local_postgres_data:/var/lib/postgresql/data
|
||||
|
@ -78,7 +78,7 @@ services:
|
|||
{%- if cookiecutter.use_mailhog == 'y' %}
|
||||
|
||||
mailhog:
|
||||
build: ./docker/mailhog/
|
||||
build: ./docker/mailhog/
|
||||
ports:
|
||||
- "8025:8025"
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ services:
|
|||
{%- endif %}
|
||||
|
||||
postgres:
|
||||
build: ./docker/postgres/
|
||||
build: ./docker/postgres/
|
||||
image: {{ cookiecutter.project_slug }}_production_postgres
|
||||
volumes:
|
||||
- production_postgres_data:/var/lib/postgresql/data
|
||||
|
@ -77,7 +77,7 @@ services:
|
|||
- production_redis_data:/data
|
||||
|
||||
caddy:
|
||||
build: ./docker/caddy/
|
||||
build: ./docker/caddy/
|
||||
image: {{ cookiecutter.project_slug }}_production_caddy
|
||||
depends_on:
|
||||
- django
|
||||
|
|
Loading…
Reference in New Issue
Block a user