ufo-app-web-template.json
1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"executionRoleArn": "arn:aws-cn:iam::860721417875:role/ecsTaskExecutionRole",
"containerDefinitions": [
{
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "ufo-app-web",
"awslogs-region": "cn-north-1",
"awslogs-stream-prefix": "ufo-app-web"
}
},
"portMappings": [
{
"hostPort": 6001,
"protocol": "tcp",
"containerPort": 6001
}
],
"cpu": 100,
"environment": [
{
"name": "NODE_ENV",
"value": "production"
}
],
"mountPoints": [],
"memoryReservation": 100,
"volumesFrom": [],
"image": "860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/%IMAGE_VERSION%",
"essential": true,
"name": "ufo-app-web"
}
],
"memory": "512",
"taskRoleArn": "",
"requiresCompatibilities": [
"FARGATE"
],
"family": "ufo-app-web",
"networkMode": "awsvpc",
"cpu": "256",
"volumes": [],
"placementConstraints": []
}