CHANGE: seperated postgres users

This commit is contained in:
2025-02-20 17:18:14 +01:00
parent 831c5d71f0
commit db507259c7
4 changed files with 8 additions and 6 deletions

7
Docker/.env.example Normal file
View 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