Skip to content

Instantly share code, notes, and snippets.

@dschniepp
Created October 24, 2017 18:53
Show Gist options
  • Save dschniepp/61aba22b720e546b880a84c6f2d05aa2 to your computer and use it in GitHub Desktop.
Save dschniepp/61aba22b720e546b880a84c6f2d05aa2 to your computer and use it in GitHub Desktop.
{
"AWSEBDockerrunVersion": 2,
"containerDefinitions": [
{
"name": "node",
"image": "...",
"essential": true,
"memory": 128,
"portMappings": [
{
"hostPort": 80,
"containerPort": 4001,
"protocol": "tcp"
},
{
"hostPort": 4369,
"containerPort": 4369,
"protocol": "tcp"
},
{
"hostPort": 9100,
"containerPort": 9100,
"protocol": "tcp"
},
{
"hostPort": 9101,
"containerPort": 9101,
"protocol": "tcp"
},
{
"hostPort": 45892,
"containerPort": 45892,
"protocol": "udp"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment