Skip to content

Instantly share code, notes, and snippets.

@antonmry
Last active April 26, 2016 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonmry/f925eda8b8c9a0ef33dc3a8584ab0873 to your computer and use it in GitHub Desktop.
Save antonmry/f925eda8b8c9a0ef33dc3a8584ab0873 to your computer and use it in GitHub Desktop.
{
"requiresAttributes": [],
"taskDefinitionArn": "arn:aws:ecs:eu-west-1:742070958976:task-definition/restcomm-task-ayuste:4",
"status": "ACTIVE",
"revision": 4,
"containerDefinitions": [
{
"volumesFrom": [],
"memory": 3000,
"extraHosts": null,
"dnsServers": null,
"disableNetworking": null,
"dnsSearchDomains": null,
"portMappings": [
{
"hostPort": 80,
"containerPort": 80,
"protocol": "tcp"
},
{
"hostPort": 443,
"containerPort": 443,
"protocol": "tcp"
},
{
"hostPort": 9990,
"containerPort": 9990,
"protocol": "tcp"
},
{
"hostPort": 5061,
"containerPort": 5061,
"protocol": "tcp"
},
{
"hostPort": 5062,
"containerPort": 5062,
"protocol": "tcp"
},
{
"hostPort": 5063,
"containerPort": 5063,
"protocol": "tcp"
},
{
"hostPort": 5060,
"containerPort": 5060,
"protocol": "udp"
},
{
"hostPort": 65000,
"containerPort": 65000,
"protocol": "udp"
},
{
"hostPort": 65001,
"containerPort": 65001,
"protocol": "udp"
},
{
"hostPort": 65002,
"containerPort": 65002,
"protocol": "udp"
},
{
"hostPort": 65003,
"containerPort": 65003,
"protocol": "udp"
},
{
"hostPort": 65004,
"containerPort": 65004,
"protocol": "udp"
},
{
"hostPort": 65005,
"containerPort": 65005,
"protocol": "udp"
},
{
"hostPort": 65006,
"containerPort": 65006,
"protocol": "udp"
},
{
"hostPort": 65007,
"containerPort": 65007,
"protocol": "udp"
},
{
"hostPort": 65008,
"containerPort": 65008,
"protocol": "udp"
},
{
"hostPort": 65009,
"containerPort": 65009,
"protocol": "udp"
},
{
"hostPort": 65010,
"containerPort": 65010,
"protocol": "udp"
},
{
"hostPort": 65011,
"containerPort": 65011,
"protocol": "udp"
},
{
"hostPort": 65012,
"containerPort": 65012,
"protocol": "udp"
}
],
"hostname": null,
"essential": true,
"entryPoint": [],
"mountPoints": [],
"name": "restcomm-container",
"ulimits": null,
"dockerSecurityOptions": null,
"environment": [
{
"name": "USE_STANDARD_HTTP_PORTS",
"value": "TRUE"
},
{
"name": "SSL_MODE",
"value": "allowall"
},
{
"name": "MEDIASERVER_HIGHEST_PORT",
"value": "65050"
},
{
"name": "PROVISION_PROVIDER",
"value": "NX"
},
{
"name": "DID_PASSWORD",
"value": "hidden"
},
{
"name": "SECURESSL",
"value": "SELF"
},
{
"name": "ACAPELA_PASSWORD",
"value": "hidden"
},
{
"name": "INIT_PASSWORD",
"value": "hidden"
},
{
"name": "VOICERSS_KEY",
"value": "hidden - not the default"
},
{
"name": "ISPEECH_KEY",
"value": "hidden"
},
{
"name": "ACAPELA_LOGIN",
"value": "hidden"
},
{
"name": "USE_STANDARD_PORTS",
"value": "TRUE"
},
{
"name": "ACAPELA_APPLICATION",
"value": "hidden"
},
{
"name": "DID_LOGIN",
"value": "hidden"
},
{
"name": "OUTBOUND_PROXY_USERNAME",
"value": "hidden"
},
{
"name": "TRUSTSTORE_ALIAS",
"value": "restcomm"
},
{
"name": "MEDIASERVER_LOWEST_PORT",
"value": "65000"
},
{
"name": "USE_STANDARD_SIP_PORTS",
"value": "TRUE"
},
{
"name": "STATIC_ADDRESS",
"value": "THE PUBLIC AMAZON IP"
},
{
"name": "OUTBOUND_PROXY",
"value": "sip.nexmo.com"
},
{
"name": "TRUSTSTORE_PASSWORD",
"value": "changeme"
},
{
"name": "OUTBOUND_PROXY_PASSWORD",
"value": "hidden"
}
],
"links": [],
"workingDirectory": null,
"readonlyRootFilesystem": null,
"image": "restcomm/restcomm:latest",
"command": [],
"user": null,
"dockerLabels": null,
"logConfiguration": null,
"cpu": 10,
"privileged": null
}
],
"volumes": [],
"family": "restcomm-task-ayuste"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment