mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 09:37:55 -05:00
Add BlackRoad info service module
This commit is contained in:
11
services/blackroad-info-service/railway.json
Normal file
11
services/blackroad-info-service/railway.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"build": {
|
||||
"builder": "NIXPACKS",
|
||||
"buildCommand": "npm install && npm run build"
|
||||
},
|
||||
"deploy": {
|
||||
"startCommand": "npm start",
|
||||
"healthcheckPath": "/health",
|
||||
"restartPolicyType": "ON_FAILURE"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user