Skip to content

Commit

Permalink
Update task-definition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Sacristán Ibáñez authored May 13, 2021
1 parent 3b427f9 commit 9ad243d
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"memoryReservation": 512,
"volumesFrom": [],
"stopTimeout": null,
"image": "httpd:2.4",
"image": "294011904048.dkr.ecr.us-east-2.amazonaws.com/playbrush:3b427f9a61b533f9b59da54b09954352e71d8b24",
"startTimeout": null,
"firelensConfiguration": null,
"dependsOn": null,
"disableNetworking": null,
"interactive": null,
"healthCheck": null,
"essential": true,
"links": [],
"links": null,
"hostname": null,
"extraHosts": null,
"pseudoTerminal": null,
Expand All @@ -69,7 +69,7 @@
"EC2",
"FARGATE"
],
"taskDefinitionArn": "arn:aws:ecs:us-east-2:294011904048:task-definition/first-run-task-definition:1",
"taskDefinitionArn": "arn:aws:ecs:us-east-2:294011904048:task-definition/first-run-task-definition:4",
"family": "first-run-task-definition",
"requiresAttributes": [
{
Expand All @@ -84,6 +84,12 @@
"value": null,
"name": "ecs.capability.execution-role-awslogs"
},
{
"targetId": null,
"targetType": null,
"value": null,
"name": "com.amazonaws.ecs.capability.ecr-auth"
},
{
"targetId": null,
"targetType": null,
Expand All @@ -96,6 +102,12 @@
"value": null,
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.21"
},
{
"targetId": null,
"targetType": null,
"value": null,
"name": "ecs.capability.execution-role-ecr-pull"
},
{
"targetId": null,
"targetType": null,
Expand All @@ -115,7 +127,7 @@
],
"networkMode": "awsvpc",
"cpu": "256",
"revision": 1,
"revision": 4,
"status": "ACTIVE",
"inferenceAccelerators": null,
"proxyConfiguration": null,
Expand Down

0 comments on commit 9ad243d

Please sign in to comment.