progress
This commit is contained in:
parent
64536e2955
commit
8f77238d82
@ -76,6 +76,7 @@
|
|||||||
"supervisor": false,
|
"supervisor": false,
|
||||||
},
|
},
|
||||||
"dtvmhost": {
|
"dtvmhost": {
|
||||||
|
"to_check": "yes",
|
||||||
"type": "metal",
|
"type": "metal",
|
||||||
"users": ["oleg"],
|
"users": ["oleg"],
|
||||||
"docker": false,
|
"docker": false,
|
||||||
@ -176,6 +177,7 @@
|
|||||||
"users": ["oleg"],
|
"users": ["oleg"],
|
||||||
"type": "cloud",
|
"type": "cloud",
|
||||||
"ssh_port": 7822,
|
"ssh_port": 7822,
|
||||||
|
# "to_check": "No"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
80
data/admin/cvtt_services.cfg
Normal file
80
data/admin/cvtt_services.cfg
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
{
|
||||||
|
"WIKI": {
|
||||||
|
"to_check": "Yes",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "cloud11.cvtt.vpn",
|
||||||
|
"port": 8080
|
||||||
|
},
|
||||||
|
"Mattermost": {
|
||||||
|
"to_check": "Yes",
|
||||||
|
"protocol": "https",
|
||||||
|
"host": "mattermost.cryptovaltrading.com",
|
||||||
|
"port": 443
|
||||||
|
},
|
||||||
|
"Gitea": {
|
||||||
|
"to_check": "Yes",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "homestore.cvtt.vpn",
|
||||||
|
"port": 3000
|
||||||
|
},
|
||||||
|
"Docker Registry": {
|
||||||
|
"to_check": "Yes",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "cloud21.cvtt.vpn",
|
||||||
|
"port": 5500
|
||||||
|
},
|
||||||
|
"CVTT Config Service": {
|
||||||
|
"to_check": "Yes",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "cloud23.cvtt.vpn",
|
||||||
|
"port": 6789
|
||||||
|
},
|
||||||
|
"Trading Calendar": {
|
||||||
|
"to_check": "Yes",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "cloud23.cvtt.vpn",
|
||||||
|
"port": 8000
|
||||||
|
},
|
||||||
|
"US EQTY Rel.Liquidity": {
|
||||||
|
"to_check": "Yes",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "cloud23.cvtt.vpn",
|
||||||
|
"port": 5678
|
||||||
|
},
|
||||||
|
"PyTorch (Jupyter)": {
|
||||||
|
"to_check": "Yes",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "gpushnik.cvtt.vpn",
|
||||||
|
"port": 8888
|
||||||
|
},
|
||||||
|
"TensorFlow (Jupyter)": {
|
||||||
|
"to_check": "Yes",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "gpushnik.cvtt.vpn",
|
||||||
|
"port": 9999
|
||||||
|
},
|
||||||
|
"FastAI (Jupyter)": {
|
||||||
|
"to_check": "Yes",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "gpushnik.cvtt.vpn",
|
||||||
|
"port": 7777
|
||||||
|
},
|
||||||
|
"Jenkins": {
|
||||||
|
"to_check": "Yes",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "cvtt-build.cvtt.vpn",
|
||||||
|
"port": 8080
|
||||||
|
},
|
||||||
|
"NetBird": {
|
||||||
|
"to_check": "Yes",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "cloud18.cryptovaltrading.com",
|
||||||
|
"port": 80
|
||||||
|
},
|
||||||
|
"Proxmox Testing": {
|
||||||
|
"to_check": "No",
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "proxmox.sheynin.home",
|
||||||
|
"port": 80
|
||||||
|
},
|
||||||
|
}
|
||||||
7
data/admin/docker_images.cfg
Normal file
7
data/admin/docker_images.cfg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"Alpaca HBAR Loader": {
|
||||||
|
"image_name": "alpaca_hbar",
|
||||||
|
"docker_dev": "market_data/alpaca_hbar",
|
||||||
|
"based_on_dist": "cvtt-rust"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user