mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 08:36:45 +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
62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"family": "nocohub-001-task-definition",
|
|
"containerDefinitions": [
|
|
{
|
|
"name": "nocohub",
|
|
"image": "249717198246.dkr.ecr.us-east-2.amazonaws.com/nocohub:latest",
|
|
"cpu": 0,
|
|
"memory": 900,
|
|
"links": [],
|
|
"portMappings": [
|
|
{
|
|
"containerPort": 8080,
|
|
"hostPort": 80,
|
|
"protocol": "tcp"
|
|
}
|
|
],
|
|
"essential": true,
|
|
"entryPoint": [],
|
|
"command": [],
|
|
"environment": [],
|
|
"environmentFiles": [
|
|
{
|
|
"value": "arn:aws:s3:::nocohub-001/env-staging.env",
|
|
"type": "s3"
|
|
}
|
|
],
|
|
"mountPoints": [],
|
|
"volumesFrom": [],
|
|
"secrets": [],
|
|
"dnsServers": [],
|
|
"dnsSearchDomains": [],
|
|
"extraHosts": [],
|
|
"dockerSecurityOptions": [],
|
|
"dockerLabels": {},
|
|
"ulimits": [],
|
|
"logConfiguration": {
|
|
"logDriver": "awslogs",
|
|
"options": {
|
|
"awslogs-group": "/ecs/nocohub-001-task-definition",
|
|
"awslogs-region": "us-east-2",
|
|
"awslogs-stream-prefix": "ecs"
|
|
},
|
|
"secretOptions": []
|
|
},
|
|
"systemControls": []
|
|
}
|
|
],
|
|
"taskRoleArn": "arn:aws:iam::249717198246:role/ecsTaskExecutionRole",
|
|
"executionRoleArn": "arn:aws:iam::249717198246:role/ecsTaskExecutionRole",
|
|
"networkMode": "bridge",
|
|
"requiresCompatibilities": [
|
|
"EC2"
|
|
],
|
|
"cpu": "1024",
|
|
"memory": "922",
|
|
"tags": [
|
|
{
|
|
"key": "ecs:taskDefinition:createdFrom",
|
|
"value": "ecs-console-v2"
|
|
}
|
|
]
|
|
} |