32 lines
731 B
JSON
32 lines
731 B
JSON
{
|
|
"tools": [
|
|
{
|
|
"type": "Tool_AmazonKdp",
|
|
"image": "ghcr.io/mazakthedwarf/tool.amazonkdp:latest",
|
|
"count": 1,
|
|
"env": {
|
|
"TOOL_NODE_NAME": "tool-amazonkdp",
|
|
"TOOL_HEARTBEAT_SECONDS": "30"
|
|
}
|
|
},
|
|
{
|
|
"type": "Tool_StorySummary",
|
|
"image": "ghcr.io/mazakthedwarf/tool.storysummary:latest",
|
|
"count": 1,
|
|
"env": {
|
|
"TOOL_NODE_NAME": "tool-storysummary",
|
|
"TOOL_HEARTBEAT_SECONDS": "30"
|
|
}
|
|
},
|
|
{
|
|
"type": "Tool_SlopDetector",
|
|
"image": "ghcr.io/mazakthedwarf/tool.slopdetector:latest",
|
|
"count": 2,
|
|
"env": {
|
|
"TOOL_NODE_NAME": "tool-slopdetector",
|
|
"TOOL_HEARTBEAT_SECONDS": "30"
|
|
}
|
|
}
|
|
]
|
|
}
|