Files
blackroad-operating-system/infra/services.json
2025-11-21 00:05:33 -06:00

73 lines
2.1 KiB
JSON

[
{
"id": "core",
"name": "BlackRoad OS Core",
"repo": "https://github.com/BlackRoad-OS/blackroad-os-core",
"kind": "backend",
"railwayProject": "blackroad-operating-system",
"railwayService": "core",
"domain": "core.blackroad.systems",
"healthPath": "/health"
},
{
"id": "api",
"name": "BlackRoad OS API Gateway",
"repo": "https://github.com/BlackRoad-OS/blackroad-os-api",
"kind": "backend",
"railwayProject": "blackroad-operating-system",
"railwayService": "api",
"domain": "api.blackroad.systems",
"healthPath": "/health"
},
{
"id": "operator",
"name": "BlackRoad OS Operator",
"repo": "https://github.com/BlackRoad-OS/blackroad-os-operator",
"kind": "worker",
"railwayProject": "blackroad-operating-system",
"railwayService": "operator",
"domain": "operator.blackroad.systems",
"healthPath": "/health"
},
{
"id": "agents",
"name": "BlackRoad OS Agents",
"repo": "https://github.com/BlackRoad-OS/blackroad-os-agents",
"kind": "worker",
"railwayProject": "blackroad-operating-system",
"railwayService": "agents",
"domain": "agents.blackroad.systems",
"healthPath": "/health"
},
{
"id": "console",
"name": "BlackRoad OS Prism Console",
"repo": "https://github.com/BlackRoad-OS/blackroad-os-prism-console",
"kind": "frontend",
"railwayProject": "blackroad-operating-system",
"railwayService": "console",
"domain": "console.blackroad.systems",
"healthPath": "/health"
},
{
"id": "web",
"name": "BlackRoad OS Web",
"repo": "https://github.com/BlackRoad-OS/blackroad-os-web",
"kind": "frontend",
"railwayProject": "blackroad-operating-system",
"railwayService": "app",
"domain": "blackroad.systems",
"healthPath": "/health"
},
{
"id": "docs",
"name": "BlackRoad OS Docs",
"repo": "https://github.com/BlackRoad-OS/blackroad-os-docs",
"kind": "frontend",
"railwayProject": "blackroad-operating-system",
"railwayService": "docs",
"domain": "docs.blackroad.systems",
"healthPath": "/health"
}
]