mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 22:54:19 +01:00
83 lines
2.4 KiB
JSON
83 lines
2.4 KiB
JSON
{
|
|
"taskDefinitionArn": "arn:aws:ecs:eu-west-2:430472357735:task-definition/automatic1111-api",
|
|
"containerDefinitions": [
|
|
{
|
|
"name": "automatic1111-api",
|
|
"image": "430472357735.dkr.ecr.eu-west-2.amazonaws.com/a1111-web-api:latest",
|
|
"cpu": 0,
|
|
"portMappings": [
|
|
{
|
|
"containerPort": 80,
|
|
"hostPort": 80,
|
|
"protocol": "tcp",
|
|
"name": "automatic1111-api-80-tcp",
|
|
"appProtocol": "http"
|
|
}
|
|
],
|
|
"essential": true,
|
|
"environment": [],
|
|
"environmentFiles": [],
|
|
"mountPoints": [],
|
|
"volumesFrom": [],
|
|
"ulimits": [],
|
|
"logConfiguration": {
|
|
"logDriver": "awslogs",
|
|
"options": {
|
|
"awslogs-group": "/ecs/automatic1111-api",
|
|
"awslogs-create-group": "true",
|
|
"awslogs-region": "eu-west-2",
|
|
"awslogs-stream-prefix": "ecs"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"family": "automatic1111-api",
|
|
"executionRoleArn": "arn:aws:iam::430472357735: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.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"
|
|
],
|
|
"runtimePlatform": {
|
|
"cpuArchitecture": "X86_64",
|
|
"operatingSystemFamily": "LINUX"
|
|
},
|
|
"requiresCompatibilities": [
|
|
"FARGATE"
|
|
],
|
|
"cpu": "1024",
|
|
"memory": "3072",
|
|
"registeredAt": "2023-05-10T15:42:28.390000+01:00",
|
|
"registeredBy": "arn:aws:iam::430472357735:root"
|
|
}
|