feat(docker): add PostgreSQL database container
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user