Golden Infrastructure Inventory
Last Updated: 2026-02-08
1. Cloud Run Services (Compute)
We use Google Cloud Run for all application services (Serverless Container Platform).
| Service |
Environment |
URL |
Project |
| Auth |
dev, tst |
https://auth-tst-...run.app |
inner-dev |
| Auth |
stg |
https://auth.singulardream.org |
singular-dream-dev |
| Platform |
dev, tst |
https://platform-tst-...run.app |
inner-dev |
| Platform |
stg |
https://app.singulardream.org |
singular-dream-dev |
| Platform |
prd |
[Protected] |
singular-dream |
2. Secrets & Configuration (Google Secret Manager)
Doppler has been decommissioned. All secrets are managed natively in GCP.
| Scope |
Location |
Management Method |
| Runtime Secrets |
GCP Secret Manager |
Mounted as Volumes / Env Vars |
| Environment Vars |
Cloud Run Console |
Edited via "Edit & Deploy New Revision" |
| CI/CD Credentials |
GitHub Secrets |
GCP_SA_KEY (Service Account JSON) |
3. Firebase & GCP Projects
| Alias |
Project ID |
Env Mapping |
| Dev Project |
singular-dream-dev |
dev, tst, stg |
| Production |
singular-dream |
main |
4. Core Service Accounts
| Identity |
Roles |
Purpose |
sysops@singulardream.org |
Owner |
Unified Machine Identity |
5. Persistence Tier
| Tier |
Service |
Usage |
| Primary DB |
Firestore |
Application Data, Auth Sessions, Verification Logs |
| Cache/Queue |
Upstash Redis |
Legacy: Rate Limiting, Job Queues (Being Deprecated) |
Version History
| Version |
Date |
Author |
Change |
| 3.0.0 |
2026-02-13 |
Antigravity |
Major: Removed Vercel/Doppler. Added Cloud Run & Secret Manager. |
| 2.2.0 |
2026-02-09 |
Antigravity |
Added Persistence Tier (Upstash Redis) inventory |