feat: expose deployment build identity

This commit is contained in:
ik
2026-09-07 18:43:20 +07:00
parent ef8355904c
commit 02b67741f8
9 changed files with 26 additions and 4 deletions
+2
View File
@@ -105,6 +105,8 @@ services:
restart: unless-stopped
environment:
DEPLOYMENT_ENVIRONMENT: production
APP_VERSION: ${APP_VERSION:-0.1.0}
APP_REVISION: ${APP_REVISION:-unknown}
DATABASE_URL: ${DATABASE_URL:?Set DATABASE_URL}
ADMIN_TOKEN: ${ADMIN_TOKEN:?Set ADMIN_TOKEN}
CORS_ORIGINS: '["https://${SITE_DOMAIN:?Set SITE_DOMAIN}"]'