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