Lab Case Detail datatset load faliure fixed.
All checks were successful
Production — tag build, push, deploy / build-and-push (push) Successful in 26m42s
Production — tag build, push, deploy / deploy (push) Successful in 13m27s

This commit is contained in:
2026-09-07 20:41:18 +03:30
parent 0d2c279f4b
commit b1bcfc69e4
9 changed files with 20 additions and 9 deletions

View File

@@ -18,6 +18,8 @@ FRONTEND_URL=https://nudentic.ir
# Change these — the code defaults are only for local development.
ADMINJS_EMAIL=admin@nudentic.ir
ADMINJS_PASSWORD=CHANGE_ME_STRONG_ADMINJS_PASSWORD
# Optional override; Docker image sets /app/adminjs-tmp (do not use ".adminjs").
# ADMIN_JS_TMP_DIR=/app/adminjs-tmp
# Required for HTTPS — browsers reject Secure cookies over plain HTTP
COOKIE_SECURE=true

View File

@@ -15,6 +15,8 @@ FRONTEND_URL=https://wixur.ir
# AdminJS at https://wixur.ir/admin (nginx proxies /admin to the API).
ADMINJS_EMAIL=admin@wixur.ir
ADMINJS_PASSWORD=CHANGE_ME_STRONG_ADMINJS_PASSWORD
# Optional override; Docker image sets /app/adminjs-tmp (do not use ".adminjs").
# ADMIN_JS_TMP_DIR=/app/adminjs-tmp
# TLS is terminated on Windows nginx :443 — cookies must be Secure
COOKIE_SECURE=true

View File

@@ -48,6 +48,7 @@ services:
NODE_ENV: production
TZ: UTC
PORT: "3000"
ADMIN_JS_TMP_DIR: /app/adminjs-tmp
SENTRY_ENVIRONMENT: production
SENTRY_RELEASE: ${TAG:-latest}
expose:

View File

@@ -47,6 +47,7 @@ services:
NODE_ENV: production
TZ: UTC
PORT: "3000"
ADMIN_JS_TMP_DIR: /app/adminjs-tmp
SENTRY_ENVIRONMENT: staging
SENTRY_RELEASE: ${IMAGE_TAG:-latest}
expose:

View File

@@ -43,6 +43,7 @@ services:
NODE_ENV: production
TZ: UTC
PORT: "3000"
ADMIN_JS_TMP_DIR: /app/adminjs-tmp
SENTRY_ENVIRONMENT: staging
expose:
- "3000"