Railway Stack Dashboard
Railway · devDegradeddev API:…Watch dev and main as services come online. For live DB counts, pokepocket seed visibility, and partner onboarding see Platform ops and Partner launch. Health cards below poll every 15s.
main-api (/health)(dev)
FastAPI health for the selected Railway stack — polled every 15s
curl $MAIN_API_URL/healthRailway Postgres
Managed Postgres in co2t-tsi — DATABASE_URL on main-api
railway variables --service Postgres | grep DATABASE_URLRailway RabbitMQ
Internal AMQP: rabbitmq.railway.internal — not guest/guest across services
railway variables --service main-api | grep RABBITMQ_URLGitHub Backup
TSI repos on co2trust-org
./co2t-tracking-system/scripts/verify-backup.shQuick Links (dev)
Railway CLI (dev)
Link project
railway link -p 0846c0a0-1ad9-4d8a-9618-91be49e18208 -e devRedeploy main-api
railway service main-api && railway up --detachSet dev API (console)
railway variables -s deploy-console --set "MAIN_API_URL_DEV=https://main-api-dev-6c56.up.railway.app"Smoke (remote dev)
MAIN_API_URL_DEV=https://main-api-dev-6c56.up.railway.app ./co2t-tracking-system/scripts/stack-smoke.shVerify backups
./co2t-tracking-system/scripts/verify-backup.sh