{
  "AWSEBDockerrunVersion": "2",
  "authentication": {
    "bucket": "tm-dockercredentials",
    "key": "eb/config.json"
  },
  "containerDefinitions": [{
    "name": "list-api",
    "image": "trinitymirror/apps-list-api:1.1.37",
    "essential": "true",
    "memory": "1700",
    "environment": [
      {
        "name": "DB_HOST",
        "value": "aadp710n0juhmb.ckrrkhwvlsco.eu-west-1.rds.amazonaws.com"
      }, {
       "name": "TABLE_NAME",
       "value": "AppsPools-stable"
      }, {
       "name": "POOL_TABLE",
       "value": "SectionPools-stable"
      }, {
       "name": "APPS_ENDPOINT",
       "value": "http://apps-api-stable.tm-dev-awx.com"
      }, {
        "name": "CURATED_LISTS_URL",
        "value": "https://curated-lists-api-stable.tm-dev-awx.com"
      }, {
        "name": "REDIS_ADDRESS",
        "value": "lia14ct5fda51n4j.ncxvqj.ng.0001.euw1.cache.amazonaws.com"
      }, {
        "name": "REDIS_PORT",
        "value": "6379"
      }
   ],
    "portMappings": [{
      "hostPort": "80",
      "containerPort": "8080"
    }],
    "logConfiguration": {
        "logDriver": "awslogs",
        "options": {
            "awslogs-group": "/aws/elasticbeanstalk/listAPI-stable",
            "awslogs-region": "eu-west-1"
        }
    },
    "mountPoints": [
      {
        "sourceVolume": "awseb-logs-list-api",
        "containerPath": "/var/log/nginx"
      }
    ]
  }]
}
