fix: Fixes to platform page
Server Deploy / deploy (push) Successful in 1m32s

This commit is contained in:
2026-07-24 10:13:33 +01:00
parent f002eab1f6
commit 7df79d05f1
4 changed files with 156 additions and 188 deletions
-12
View File
@@ -14,22 +14,10 @@ services:
- 8082:8082
environment:
PORT: "8082"
# Must point at the same database the control plane uses, or the app
# will not see organisations created here. The database name comes
# from the URI path:
# mongodb://user:pass@host:27017/vantage?authSource=vantage
# A URI with no database is refused at boot rather than defaulted.
MONGO_URI: ${MONGO_URI:-}
# Public base URL of this service. Verification links are built from
# it, so an unset or wrong value produces links that go nowhere.
PUBLIC_URL: ${SITE_PUBLIC_URL:-}
# Where a verified owner is sent to sign in.
APP_LOGIN_URL: ${SITE_APP_LOGIN_URL:-}
# Origins allowed to POST the forms. Unset means every cross-origin
# browser request is refused.
SITE_ORIGIN: ${SITE_ORIGIN:-}
# Only enable behind a proxy that overwrites X-Forwarded-For;
# otherwise clients can spoof their way past the rate limiter.
TRUST_PROXY: ${SITE_TRUST_PROXY:-false}
SMTP_HOST: ${SITE_SMTP_HOST:-}
SMTP_PORT: ${SITE_SMTP_PORT:-587}