hzn-cli
Version:
Open Horizon CLI toolkit helps streamline the process of preparing node agents and perform tasks between orgs environments
23 lines • 529 B
JSON
{
"org": "$HZN_ORG_ID",
"label": "$SERVICE_NAME for $ARCH",
"url": "$SERVICE_NAME",
"version": "$SERVICE_VERSION",
"arch": "$ARCH",
"public": true,
"sharable": "singleton",
"requiredServices": [],
"userInput": [],
"deployment": {
"services": {
"$SERVICE_NAME": {
"image": "$SERVICE_CONTAINER",
"binds": ["$MMS_SHARED_VOLUME:$VOLUME_MOUNT:rw"],
"ports": [
{ "HostIP": "0.0.0.0", "HostPort": "3000:3000/tcp" }
],
"privileged": true
}
}
}
}