yoho-ultrain-block-api-template.json 934 Bytes
{
  "containerDefinitions": [
    {
      "logConfiguration": {
        "logDriver": "awslogs",
        "options": {
          "awslogs-group": "yoho-ultrain-block-api",
          "awslogs-region": "cn-north-1"
        }
      },
      "portMappings": [
        {
          "hostPort": 3030,
          "protocol": "tcp",
          "containerPort": 3030
        }
      ],
      "cpu": 400,
      "environment": [
        {
          "name": "NODE_ENV",
          "value": "production"
        }
      ],
      "mountPoints": [],
      "memory": 900,
      "memoryReservation": 700,
      "volumesFrom": [],
      "image": "860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/%IMAGE_VERSION%",
      "essential": true,
      "name": "yoho-ultrain-block-api"
    }
  ],
  "memory": "1000",
  "taskRoleArn": "",
  "family": "yoho-ultrain-block-api",
  "networkMode": "awsvpc",
  "cpu": "500",
  "volumes": [],
  "placementConstraints": []
}