mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
add generic task
This commit is contained in:
parent
c836f41921
commit
08b485007c
82
.github/workflows/task-definition.json
vendored
Normal file
82
.github/workflows/task-definition.json
vendored
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"taskDefinitionArn": "arn:aws:ecs:eu-west-2:430472357735:task-definition/automatic1111-api:1",
|
||||
"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"
|
||||
}
|
||||
Loading…
Reference in a new issue