26 lines
594 B
JSON
26 lines
594 B
JSON
{
|
|
"containerDefinitions": [
|
|
{
|
|
"name": "portal-api-prod",
|
|
"image": "105690980714.dkr.ecr.us-east-2.amazonaws.com/nemt-portal-api:prod",
|
|
"cpu": 128,
|
|
"memory": 128,
|
|
"essential": true,
|
|
"logConfiguration": {
|
|
"logDriver": "awslogs",
|
|
"options": {
|
|
"awslogs-group": "portal-api",
|
|
"awslogs-region": "us-east-2",
|
|
"awslogs-stream-prefix": "prod"
|
|
}
|
|
},
|
|
"portMappings": [
|
|
{
|
|
"containerPort": 443,
|
|
"hostPort": 5100
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"family": "portal-api-prod"
|
|
} |