docker first try

This commit is contained in:
vabene1111
2018-11-07 13:31:26 +01:00
parent be32b3f63e
commit 484f7c556e
7 changed files with 113 additions and 0 deletions

8
.env.secret.template Normal file
View File

@@ -0,0 +1,8 @@
DEBUG=1
ALLOWED_HOSTS=*
SECRET_KEY=
POSTGRES_HOST=db_recipes
POSTGRES_PORT=5432
POSTGRES_USER=djangodb
POSTGRES_PASSWORD=
POSTGRES_DB=djangodb