parent
f2548530fc
commit
7e5034c2a5
@ -0,0 +1,10 @@
|
||||
CONTAINERS_NAME=rsrv
|
||||
# The name of the image to use for the containers
|
||||
DJANGO_PORT=8000
|
||||
# The django container settings and enviroment
|
||||
POSTGRES_DB=rsrv_db
|
||||
POSTGRES_HOST=localhost
|
||||
POSTGRES_PORT=5435
|
||||
POSTGRES_USER=rsrv_user
|
||||
POSTGRES_PASSWORD=rsrv_pass
|
||||
DEBUG=True
|
||||
Loading…
Reference in new issue