This commit is contained in:
Cryptoval Trading Technologies
2024-09-06 20:03:38 +00:00
parent 25ab322310
commit d4d95f19fc
13 changed files with 153 additions and 214 deletions
+12 -6
View File
@@ -108,12 +108,6 @@
"docker": false,
"supervisor": false,
},
"cvtt-prod-01": {
"type": "vm",
"users": ["oleg", "cvtt"],
"docker": true,
"supervisor": false,
},
"cvtt-prod-eqty-01": {
"type": "vm",
"users": ["oleg", "cvtt"],
@@ -150,6 +144,18 @@
"docker": true,
"supervisor": false,
},
"cvtt-testserver": {
"type": "vm",
"users": ["oleg", "cvtt"],
"docker": true,
"supervisor": false,
},
"cvtt-prod-03": {
"type": "vm",
"users": ["oleg"],
"docker": false,
"supervisor": true,
},
},
"cryptovaltrading.com": {
+12 -3
View File
@@ -42,8 +42,8 @@
{"homestore": "git@homestore.cvtt.vpn:/opt/git/cvtt2/jupyter_gpu.git" },
],
}
},
"allbright": {
}
, "allbright": {
"allbright-ops": [
{"origin": "ssh://allbrigh@allbrightacademy.com:7822/home/allbrigh/git/allbright-ops.git"},
{"homestore": "ssh://oleg@homestore.sheynin.home:/opt/git/allbright/allbright-ops.git"},
@@ -53,7 +53,7 @@
{"homestore": "ssh://oleg@homestore.sheynin.home:/opt/git/allbright/allbright.git"},
]
}
"devel-env": {
, "devel-env": {
"cvtt-dev": [
{"gitea": "ssh://git@homestore.cvtt.vpn:20022/develop_env/.vscode.cvtt-dev.git"},
]
@@ -64,6 +64,15 @@
{"gitea": "ssh://git@homestore.cvtt.vpn:20022/develop_env/.vscode.oleg-macpro.git"},
]
},
, "education-materials": {
"Algorithmic Trading Book": [
{"origin": "ssh://git@homestore.cvtt.vpn:20022/edu/Algorithmic_Trading_Book.git"}
]
, "Kubernetes Cookbook": [
{"origin": "ssh://git@homestore.cvtt.vpn:20022/edu/Kubernetes_Cookbook.git"}
]
}
"personal": {
"obsidian_notes": [
{"origin": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/personal/obsidian_notes.git"}