tm-apps-list-api
Version:
55 lines (54 loc) • 1.4 kB
JSON
{
"AWSEBDockerrunVersion": "2",
"authentication": {
"bucket": "tm-dockercredentials",
"key": "eb/config.json"
},
"containerDefinitions": [{
"name": "list-api",
"image": "trinitymirror/apps-list-api:1.4.0",
"essential": "true",
"memory": "1700",
"environment": [
{
"name": "DB_HOST",
"value": "aa1cukntt4o8txb.ckrrkhwvlsco.eu-west-1.rds.amazonaws.com"
}, {
"name": "TABLE_NAME",
"value": "AppsPools-bertha"
}, {
"name": "POOL_TABLE",
"value": "SectionPools-bertha"
}, {
"name": "APPS_ENDPOINT",
"value": "http://apps-api-bertha.tm-dev-awx.com"
}, {
"name": "CURATED_LISTS_URL",
"value": "curated-list-api-bertha-ecs.tm-dev-awx.com"
}, {
"name": "REDIS_ADDRESS",
"value": "lia1kb41n9pqfx0j.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-bertha",
"awslogs-region": "eu-west-1"
}
},
"mountPoints": [
{
"sourceVolume": "awseb-logs-list-api",
"containerPath": "/var/log/nginx"
}
]
}]
}