CHANGE: seperated postgres users
This commit is contained in:
7
Docker/.env.example
Normal file
7
Docker/.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
POSTGRES_ADMIN=root
|
||||
POSTGRES_ADMIN_PASS=very_secure
|
||||
POSTGRES_USER=api_nuter
|
||||
POSTGRES_PASSWORD=password
|
||||
POSTGRES_PATH=../DB
|
||||
POSTGRES_DB=arbeitszeitmessung
|
||||
EXPOSED_PORT=8000
|
||||
Reference in New Issue
Block a user