mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +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_newrelic [n]: y
|
||||
use_opbeat [n]: y
|
||||
use_pycharm [n]: y
|
||||
windows [n]: n
|
||||
use_python2 [n]: y
|
||||
Select open_source_license:
|
||||
|
|
|
@ -13,7 +13,7 @@ services:
|
|||
django:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile-dev
|
||||
dockerfile: ./compose/django/Dockerfile-dev
|
||||
command: python /app/manage.py runserver_plus 0.0.0.0:8000
|
||||
depends_on:
|
||||
- postgres
|
||||
|
|
|
@ -10,6 +10,7 @@ services:
|
|||
django:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./compose/django/Dockerfile
|
||||
user: django
|
||||
depends_on:
|
||||
- postgres
|
||||
|
|
Loading…
Reference in New Issue
Block a user