mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-23 21:22:35 +03:00
94 lines
2.7 KiB
JSON
94 lines
2.7 KiB
JSON
{
|
|
"taskDefinitionArn": "arn:aws:ecs:eu-west-3:253053805092:task-definition/quivr-preview-chat:1",
|
|
"containerDefinitions": [
|
|
{
|
|
"name": "quivr-chat",
|
|
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:600ff1ede02741c66853cc3e4e7f5001aaba3bc2",
|
|
"cpu": "256",
|
|
"memory": "1024",
|
|
"essential": true,
|
|
"command": [
|
|
"celery",
|
|
"-A",
|
|
"celery_worker",
|
|
"worker",
|
|
"-l",
|
|
"info"
|
|
],
|
|
"environment": [],
|
|
"environmentFiles": [
|
|
{
|
|
"value": "arn:aws:s3:::quivr-env-variables/preview.env",
|
|
"type": "s3"
|
|
}
|
|
],
|
|
"mountPoints": [],
|
|
"volumesFrom": [],
|
|
"logConfiguration": {
|
|
"logDriver": "awslogs",
|
|
"options": {
|
|
"awslogs-create-group": "true",
|
|
"awslogs-group": "/ecs/quivr-preview-chat",
|
|
"awslogs-region": "eu-west-3",
|
|
"awslogs-stream-prefix": "ecs"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"family": "quivr-preview-chat",
|
|
"taskRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
|
|
"executionRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
|
|
"networkMode": "awsvpc",
|
|
"revision": 1,
|
|
"volumes": [],
|
|
"status": "ACTIVE",
|
|
"requiresAttributes": [
|
|
{
|
|
"name": "com.amazonaws.ecs.capability.logging-driver.awslogs"
|
|
},
|
|
{
|
|
"name": "ecs.capability.execution-role-awslogs"
|
|
},
|
|
{
|
|
"name": "com.amazonaws.ecs.capability.ecr-auth"
|
|
},
|
|
{
|
|
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.19"
|
|
},
|
|
{
|
|
"name": "ecs.capability.env-files.s3"
|
|
},
|
|
{
|
|
"name": "com.amazonaws.ecs.capability.task-iam-role"
|
|
},
|
|
{
|
|
"name": "ecs.capability.execution-role-ecr-pull"
|
|
},
|
|
{
|
|
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.18"
|
|
},
|
|
{
|
|
"name": "ecs.capability.task-eni"
|
|
},
|
|
{
|
|
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.29"
|
|
}
|
|
],
|
|
"placementConstraints": [],
|
|
"compatibilities": [
|
|
"EC2",
|
|
"FARGATE"
|
|
],
|
|
"requiresCompatibilities": [
|
|
"FARGATE"
|
|
],
|
|
"cpu": "256",
|
|
"memory": "1024",
|
|
"runtimePlatform": {
|
|
"cpuArchitecture": "X86_64",
|
|
"operatingSystemFamily": "LINUX"
|
|
},
|
|
"registeredAt": "2023-08-18T09:01:56.187Z",
|
|
"registeredBy": "arn:aws:iam::253053805092:root",
|
|
"tags": []
|
|
} |