CHANGE: added env file, checking docker postgres initdb

This commit is contained in:
2025-02-20 14:35:45 +01:00
parent e2a100122c
commit 831c5d71f0
6 changed files with 44 additions and 81 deletions

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