change: increase importance of setting a custom admin password

This commit is contained in:
Michael Barz
2025-07-04 10:33:01 +02:00
parent 0cac885a9e
commit 94c3703aca
3 changed files with 52 additions and 32 deletions

View File

@@ -27,6 +27,8 @@ services:
PROXY_ENABLE_BASIC_AUTH: "${PROXY_ENABLE_BASIC_AUTH:-false}"
# demo users
IDM_CREATE_DEMO_USERS: "${DEMO_USERS:-false}"
# admin password
IDM_ADMIN_PASSWORD: "${INITIAL_ADMIN_PASSWORD}"
# email server (if configured)
NOTIFICATIONS_SMTP_HOST: "${SMTP_HOST}"
NOTIFICATIONS_SMTP_PORT: "${SMTP_PORT}"