Commit f93bdefb authored by Your Name's avatar Your Name
parents 6a36b07f af147f98
......@@ -4,6 +4,7 @@ port=10001
metrics_port = 28010
private_key = "E671C143A110C239B563F702E9F4017CA6B2B2912F675EED9AA4FED684EB30CC"
enable_pay = true
standard_task_file = "standardtask.json"
[redis]
addr="43.198.252.255:6379"
......
[
{
"task_kind": 3,
"task_type":999,
"task_cmd":"{\"image_name\":\"demianhjw/ethaddr:latest\",\"docker_cmd\":{\"container_port\":\"5001\"},\"api_url\":\"http://127.0.0.1:%d/aigic\"}",
"task_fee":"0",
"task_workload":100,
"standlib": "ethaddr"
},
{
"task_kind": 3,
"task_type":998,
"task_cmd":"{\"image_name\":\"demianhjw/aigic:0129\",\"docker_cmd\":{\"container_port\":\"5001\"},\"api_url\":\"http://127.0.0.1:%d/aigic\"}",
"task_fee":"0",
"task_workload":100,
"standlib": "smallcar"
}
]
\ No newline at end of file
endpoint=":10002"
metrics_port = 28012
routines = 1
max_nm_update_ex = 40
[redis]
addr="172.31.12.187:6379"
......
......@@ -2,7 +2,7 @@ version: "3.9"
services:
validator:
image: "caduceus/ai-validator:v0.0.2"
image: "caduceus/ai-validator:v0.0.3"
container_name: validator
deploy:
restart_policy:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment