CHANGE: added env file, checking docker postgres initdb
This commit is contained in:
6
Docker/example.env
Normal file
6
Docker/example.env
Normal file
@@ -0,0 +1,6 @@
|
||||
POSTGRES_ADMIN=root
|
||||
POSTGRES_USER=arbeit_zeit
|
||||
POSTGRES_PASSWORD=secure_password
|
||||
POSTGRES_PATH=../DB
|
||||
POSTGRES_DB=arbeitszeitmessung
|
||||
EXPOSED_PORT=8000
|
||||
Reference in New Issue
Block a user