adjusted default values

This commit is contained in:
2026-01-30 08:31:39 +01:00
parent b055768d75
commit b45e293e26
4 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
# ContainerName
SERVER_NAME=wygiwyh
SECRET_KEY=yihdfgverhgn
# Database Config
DB_NAME=sql-database
SQL_USER=username

View File

@@ -9,6 +9,8 @@ services:
depends_on:
- db
restart: unless-stopped
environment:
- SECRET_KEY=${SECRET_KEY:-super_secure_string}
db:
image: postgres:15-bookworm