UNPKG

@pineview/iotedgekit

Version:

## The purpose

67 lines (66 loc) 1.68 kB
{ "$schema-template": "4.0.0", "modulesContent": { "$edgeAgent": { "properties.desired": { "schemaVersion": "1.1", "runtime": { "type": "docker", "settings": { "minDockerVersion": "v1.25", "loggingOptions": "", "registryCredentials": {} } }, "systemModules": { "edgeAgent": { "type": "docker", "settings": { "image": "mcr.microsoft.com/azureiotedge-agent:1.2", "createOptions": {} } }, "edgeHub": { "type": "docker", "status": "running", "restartPolicy": "always", "settings": { "image": "mcr.microsoft.com/azureiotedge-hub:1.2", "createOptions": { "HostConfig": { "PortBindings": { "5671/tcp": [ { "HostPort": "5671" } ], "8883/tcp": [ { "HostPort": "8883" } ], "443/tcp": [ { "HostPort": "443" } ] } } } } } }, "modules": {} } }, "$edgeHub": { "properties.desired": { "schemaVersion": "1.2", "routes": {}, "storeAndForwardConfiguration": { "timeToLiveSecs": 7200 } } } } }