feat(docker): add PostgreSQL database container

This commit is contained in:
Andrej Spielmann
2026-03-26 16:13:16 +01:00
parent 6d0312ffd7
commit 11d9267b2f
2 changed files with 22 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
# Backend Environment
SECRET_KEY=change-me-to-a-long-random-string-in-production
DB_PASSWORD=change-me-to-a-secure-password
# Optional: PostgreSQL (empfohlen für production)
# DATABASE_URL wird automatisch gesetzt: postgresql://wrestledesk:DB_PASSWORD@db:5432/wrestledesk