mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 00:46:38 +00:00
add architecture diagram docs: include image source docs: update aws dashboard link docs: update aws dashboard link docs: update read me with deployment instructions and costing docs : nocohub cloud setup manual docs : minor fix, added \n
84 lines
2.4 KiB
JSON
84 lines
2.4 KiB
JSON
{
|
|
"taskDefinitionArn": "arn:aws:ecs:us-east-2:249717198246:task-definition/nocohub-001-fargate:1",
|
|
"containerDefinitions": [
|
|
{
|
|
"name": "nocohub-001-fargate",
|
|
"image": "249717198246.dkr.ecr.us-east-2.amazonaws.com/nocohub:latest",
|
|
"cpu": 0,
|
|
"memory": 900,
|
|
"links": [],
|
|
"portMappings": [
|
|
{
|
|
"containerPort": 8080,
|
|
"hostPort": 8080,
|
|
"protocol": "tcp"
|
|
}
|
|
],
|
|
"essential": true,
|
|
"entryPoint": [],
|
|
"command": [],
|
|
"environment": [],
|
|
"environmentFiles": [
|
|
{
|
|
"value": "arn:aws:s3:::nocohub-001/env-staging.env",
|
|
"type": "s3"
|
|
}
|
|
],
|
|
"mountPoints": [],
|
|
"volumesFrom": [],
|
|
"logConfiguration": {
|
|
"logDriver": "awslogs",
|
|
"options": {
|
|
"awslogs-group": "/ecs/nocohub-001-fargate",
|
|
"awslogs-region": "us-east-2",
|
|
"awslogs-stream-prefix": "ecs"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"family": "nocohub-001-fargate",
|
|
"executionRoleArn": "arn:aws:iam::249717198246:role/ecsTaskExecutionRole",
|
|
"networkMode": "awsvpc",
|
|
"revision": 1,
|
|
"volumes": [],
|
|
"status": "ACTIVE",
|
|
"requiresAttributes": [
|
|
{
|
|
"name": "com.amazonaws.ecs.capability.logging-driver.awslogs"
|
|
},
|
|
{
|
|
"name": "ecs.capability.execution-role-awslogs"
|
|
},
|
|
{
|
|
"name": "com.amazonaws.ecs.capability.ecr-auth"
|
|
},
|
|
{
|
|
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.19"
|
|
},
|
|
{
|
|
"name": "ecs.capability.env-files.s3"
|
|
},
|
|
{
|
|
"name": "ecs.capability.execution-role-ecr-pull"
|
|
},
|
|
{
|
|
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.18"
|
|
},
|
|
{
|
|
"name": "ecs.capability.task-eni"
|
|
}
|
|
],
|
|
"placementConstraints": [],
|
|
"compatibilities": [
|
|
"EC2",
|
|
"FARGATE"
|
|
],
|
|
"requiresCompatibilities": [
|
|
"FARGATE"
|
|
],
|
|
"cpu": "512",
|
|
"memory": "1024",
|
|
"registeredAt": "2023-01-16T18:16:06.397Z",
|
|
"registeredBy": "arn:aws:iam::249717198246:user/rajanish.gj@gmail.com",
|
|
"tags": []
|
|
} |