Organizations update
This commit is contained in:
15
ecs.stg.json
15
ecs.stg.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"containerDefinitions": [
|
||||
{
|
||||
"name": "portal-api-dev",
|
||||
"name": "portal-api",
|
||||
"image": "105690980714.dkr.ecr.us-east-2.amazonaws.com/nemt-portal-api:dev",
|
||||
"cpu": 128,
|
||||
"memory": 128,
|
||||
@@ -16,17 +16,8 @@
|
||||
},
|
||||
"portMappings": [
|
||||
{
|
||||
"containerPort": 5100
|
||||
}
|
||||
],
|
||||
"environment": [
|
||||
{
|
||||
"name": "SERVICE_5100_NAME",
|
||||
"value": "portal-api"
|
||||
},
|
||||
{
|
||||
"name": "SERVICE_5100_TAGS",
|
||||
"value": "api"
|
||||
"containerPort": 5100,
|
||||
"hostPort": 5100
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user