Files
integreat/terraform/prod-background-worker-taskdef.json
2022-01-04 18:11:52 -08:00

63 lines
1.7 KiB
JSON

[
{
"environment": [
{
"name": "config",
"value": "/usr/local/config/prod-background-worker.edn"
},
{
"name": "DD_ENV",
"value": "prod"
},
{
"name": "DD_SERVICE",
"value": "integreat-background-worker"
}
],
"essential": true,
"image": "679918342773.dkr.ecr.us-east-1.amazonaws.com/integreat:prod",
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/integreat-background-worker-prod",
"awslogs-region": "us-east-1",
"awslogs-stream-prefix": "ecs"
}
},
"dockerLabels": {
"com.datadoghq.tags.env": "prod",
"com.datadoghq.tags.service": "integreat-background-worker"
},
"mountPoints": [],
"name": "integreat-app",
"portMappings": [
{
"containerPort": 9000,
"hostPort": 9000,
"protocol": "tcp"
},
{
"containerPort": 9090,
"hostPort": 9090,
"protocol": "tcp"
}
],
"volumesFrom": []
},
{
"environment": [
{
"name": "DD_API_KEY",
"value": "ce10d932c47b358e81081ae67bd8c112"
},
{
"name": "ECS_FARGATE",
"value": "true"
}
],
"essential": true,
"image": "public.ecr.aws/datadog/agent:latest",
"name": "datadog-agent"
}
]