This commit is contained in:
Cryptoval Trading Technologies
2024-12-14 01:08:13 +00:00
parent 8b109e933c
commit c1c72b7f80
7 changed files with 148 additions and 3 deletions
+12
View File
@@ -110,12 +110,24 @@
"docker": "true",
"gui": "true",
},
"cvtt-write": {
"type": "vm",
"users": ["oleg"],
"docker": "true",
"gui": "true",
},
"desktop": {
"type": "vm",
"users": ["oleg"],
"docker": "false",
"gui": "true",
},
"home-fin": {
"type": "vm",
"users": ["oleg"],
"docker": "false",
"gui": "true",
},
// -- Headless
"cvtt-build": {
+6
View File
@@ -17,4 +17,10 @@
"based_on_project": "cvttpy"
# "additional_projects": []
}
, "Crypto Daily MD": {
"image_name": "crypto_md_day",
"docker_dev_path": "market_data/crypto_md_day",
"based_on_project": "ops"
# "additional_projects": []
}
}