mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 12:40:17 +03:00
Rename dev.env to local.env
This commit is contained in:
parent
de914fc0df
commit
edfa060d79
|
@ -11,7 +11,7 @@ services:
|
||||||
- postgres_data_dev:/var/lib/postgresql/data
|
- postgres_data_dev:/var/lib/postgresql/data
|
||||||
- postgres_backup_dev:/backups
|
- postgres_backup_dev:/backups
|
||||||
env_file:
|
env_file:
|
||||||
- dev.env
|
- local.env
|
||||||
|
|
||||||
django:
|
django:
|
||||||
build:
|
build:
|
||||||
|
@ -24,7 +24,7 @@ services:
|
||||||
- mailhog
|
- mailhog
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
env_file:
|
env_file:
|
||||||
- dev.env
|
- local.env
|
||||||
environment:
|
environment:
|
||||||
- USE_DOCKER=yes
|
- USE_DOCKER=yes
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -40,7 +40,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
env_file:
|
env_file:
|
||||||
- dev.env
|
- local.env
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user