adjusted default values
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# ContainerName
|
||||
SERVER_NAME=wygiwyh
|
||||
SECRET_KEY=yihdfgverhgn
|
||||
# Database Config
|
||||
DB_NAME=sql-database
|
||||
SQL_USER=username
|
||||
|
||||
@@ -9,6 +9,8 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SECRET_KEY=${SECRET_KEY:-super_secure_string}
|
||||
|
||||
db:
|
||||
image: postgres:15-bookworm
|
||||
|
||||
Reference in New Issue
Block a user