🔧 update local.yml - change volume names

This commit is contained in:
Abdullah Adeel 2022-01-17 16:11:41 +05:00
parent b39b8a1684
commit ba5fa201e2

View File

@ -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: