Files
blackroad-operating-system/services/blackroad-info-service/railway.json
2025-11-21 13:46:37 -06:00

13 lines
290 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"buildCommand": "echo 'Meta repo has no build step'",
"startCommand": "echo 'No runtime service'"
},
"deploy": {
"healthcheckPath": "/",
"restartPolicyType": "NEVER"
}
}