yoho-app-web-template.json 954 Bytes
{
  "containerDefinitions": [
    {
      "logConfiguration": {
        "logDriver": "awslogs",
        "options": {
          "awslogs-group": "yoho-app-web",
          "awslogs-region": "cn-north-1",
          "awslogs-stream-prefix": "yoho-app-web"
        }
      },
      "portMappings": [
        {
          "hostPort": 6001,
          "protocol": "tcp",
          "containerPort": 6001
        }
      ],
      "cpu": 650,
      "environment": [
        {
          "name": "NODE_ENV",
          "value": "production"
        }
      ],
      "mountPoints": [],
      "memory": 600,
      "memoryReservation": 500,
      "volumesFrom": [],
      "image": "860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/%IMAGE_VERSION%",
      "essential": true,
      "name": "yoho-app-web"
    }
  ],
  "memory": "700",
  "taskRoleArn": "",
  "family": "yoho-app-web",
  "networkMode": "awsvpc",
  "cpu": "700",
  "volumes": [],
  "placementConstraints": []
}