mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Dockerfile and Dockerfile-dev moved to compose/django/
This commit is contained in:
parent
66e8dc1de7
commit
5f52f9e7e5
|
@ -122,6 +122,7 @@ It prompts you for questions. Answer them::
|
||||||
use_sentry [n]: y
|
use_sentry [n]: y
|
||||||
use_newrelic [n]: y
|
use_newrelic [n]: y
|
||||||
use_opbeat [n]: y
|
use_opbeat [n]: y
|
||||||
|
use_pycharm [n]: y
|
||||||
windows [n]: n
|
windows [n]: n
|
||||||
use_python2 [n]: y
|
use_python2 [n]: y
|
||||||
Select open_source_license:
|
Select open_source_license:
|
||||||
|
|
|
@ -13,7 +13,7 @@ services:
|
||||||
django:
|
django:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile-dev
|
dockerfile: ./compose/django/Dockerfile-dev
|
||||||
command: python /app/manage.py runserver_plus 0.0.0.0:8000
|
command: python /app/manage.py runserver_plus 0.0.0.0:8000
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
|
@ -10,6 +10,7 @@ services:
|
||||||
django:
|
django:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
dockerfile: ./compose/django/Dockerfile
|
||||||
user: django
|
user: django
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
Loading…
Reference in New Issue
Block a user