Add orchestration specs and control scripts

This commit is contained in:
Alexa Amundson
2025-11-21 00:29:19 -06:00
parent 42de34e4fb
commit 3200e8605f
9 changed files with 316 additions and 163 deletions

25
infra/env-spec.json Normal file
View File

@@ -0,0 +1,25 @@
{
"core": {
"PORT": "8080"
},
"api": {
"PORT": "8080",
"CORE_URL": "https://core.blackroad.systems"
},
"agents": {
"PORT": "8080"
},
"operator": {
"PORT": "8080"
},
"console": {
"PORT": "8080",
"API_URL": "https://api.blackroad.systems"
},
"web": {
"PORT": "8080"
},
"docs": {
"PORT": "8080"
}
}