Upstream sync
This commit is contained in:
25
ecs.dev.json
25
ecs.dev.json
@@ -1,35 +1,26 @@
|
||||
{
|
||||
"containerDefinitions": [
|
||||
{
|
||||
"name": "api-development",
|
||||
"image": "xxxxxxxxxxx.dkr.ecr.us-east-1.amazonaws.com/dev.nemt-portal-api:latest",
|
||||
"name": "portal-api",
|
||||
"image": "105690980714.dkr.ecr.us-east-2.amazonaws.com/nemt-portal-api:dev",
|
||||
"cpu": 128,
|
||||
"memory": 128,
|
||||
"essential": true,
|
||||
"logConfiguration": {
|
||||
"logDriver": "awslogs",
|
||||
"options": {
|
||||
"awslogs-group": "nemt-portal-api",
|
||||
"awslogs-region": "sa-east-1",
|
||||
"awslogs-stream-prefix": "development"
|
||||
"awslogs-group": "portal-api",
|
||||
"awslogs-region": "us-east-2",
|
||||
"awslogs-stream-prefix": "test"
|
||||
}
|
||||
},
|
||||
"portMappings": [
|
||||
{
|
||||
"containerPort": 5100
|
||||
}
|
||||
],
|
||||
"environment": [
|
||||
{
|
||||
"name": "SERVICE_5100_NAME",
|
||||
"value": "portal-api"
|
||||
},
|
||||
{
|
||||
"name": "SERVICE_5100_TAG",
|
||||
"value": "api"
|
||||
"containerPort": 443,
|
||||
"hostPort": 5100
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"family": "api-development"
|
||||
"family": "portal-api-dev"
|
||||
}
|
||||
Reference in New Issue
Block a user