fix: compose yml did not translate env vars for matienence mode. fixed,
All checks were successful
Deploy / deploy (push) Successful in 1m7s
Security Tests / security-non-db (push) Successful in 19s
Security Tests / security-db (push) Successful in 25s

This commit is contained in:
2026-03-15 14:53:50 -05:00
parent ba549f6c84
commit 8a6d7d0cb0

View File

@@ -34,6 +34,7 @@ services:
EMAIL_VERIFY_DEV_CODE_EXPOSE: ${EMAIL_VERIFY_DEV_CODE_EXPOSE:-false}
BREAK_GLASS_VERIFY_ENABLED: ${BREAK_GLASS_VERIFY_ENABLED:-false}
BREAK_GLASS_VERIFY_CODE: ${BREAK_GLASS_VERIFY_CODE:-}
UNDER_CONSTRUCTION_ENABLED: ${UNDER_CONSTRUCTION_ENABLED:-false}
UPDATE_NOTICE_VERSION: ${UPDATE_NOTICE_VERSION:-0}
UPDATE_NOTICE_TITLE: ${UPDATE_NOTICE_TITLE:-SkyMoney Updated}
UPDATE_NOTICE_BODY: ${UPDATE_NOTICE_BODY:-We shipped improvements and fixes. Please review the latest changes.}