Created
December 14, 2020 03:15
-
-
Save SnowMasaya/e663e274b63f68ab861a24b0e7d81e41 to your computer and use it in GitHub Desktop.
deply_deep_stream_Azure_IoT_version2.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"systemModules": { | |
"edgeAgent": { | |
"type": "docker", | |
"settings": { | |
"image": "mcr.microsoft.com/azureiotedge-agent:1.0", | |
"createOptions": {} | |
} | |
}, | |
"edgeHub": { | |
"type": "docker", | |
"status": "running", | |
"restartPolicy": "always", | |
"settings": { | |
"image": "mcr.microsoft.com/azureiotedge-hub:1.0", | |
"createOptions": { | |
"HostConfig": { | |
"PortBindings": { | |
"5671/tcp": [ | |
{ | |
"HostPort": "5671" | |
} | |
], | |
"8883/tcp": [ | |
{ | |
"HostPort": "8883" | |
} | |
], | |
"443/tcp": [ | |
{ | |
"HostPort": "443" | |
} | |
] | |
} | |
} | |
} | |
} | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment