mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-19 03:14:52 +03:00
🔧 update local.yml
- change volume names
This commit is contained in:
parent
b39b8a1684
commit
ba5fa201e2
|
@ -2,12 +2,12 @@ version: '3'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
{%- if cookiecutter.database_engine == 'postgresql' %}
|
{%- if cookiecutter.database_engine == 'postgresql' %}
|
||||||
local_postgres_data: {}
|
{{ cookiecutter.project_slug }}_local_postgres_data: {}
|
||||||
local_postgres_data_backups: {}
|
{{ cookiecutter.project_slug }}_local_postgres_data_backups: {}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if cookiecutter.database_engine == 'mysql' %}
|
{%- if cookiecutter.database_engine == 'mysql' %}
|
||||||
local_mysql_data: {}
|
{{ cookiecutter.project_slug }}_local_mysql_data: {}
|
||||||
local_mysql_data_backups: {}
|
{{ cookiecutter.project_slug }}_local_mysql_data_backups: {}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user