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