forked from foxmask/django-th
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
FoxMaSk
committed
Jun 7, 2018
1 parent
8e3e1d7
commit 8a7170e
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM redis:3.2.6 | ||
FROM postgres:9.6 | ||
FROM python:3.6 | ||
MAINTAINER FoxMaSk <[email protected]> | ||
MAINTAINER FoxMaSk | ||
ENV PYTHONUNBUFFERED 1 | ||
RUN mkdir /app | ||
WORKDIR /app | ||
|
@@ -12,4 +12,4 @@ COPY . /app/ | |
|
||
|
||
#EXPOSE 8000 | ||
#CMD ["python", "manage.py", "runserver", "0.0.0.0:8000", "--settings=django_th.settings_docker"] | ||
#CMD ["python", "manage.py", "runserver", "0.0.0.0:8000", "--settings=django_th.settings_docker"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from .settings import * | ||
from .th_settings import * | ||
|
||
DATABASES = { | ||
'default': { | ||
|