Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-kallavus committed Dec 19, 2023
1 parent af61a9b commit c8529a9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .config/aws-task-definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"taskDefinitionArn": "arn:aws:ecs:eu-north-1:356075920533:task-definition/moon-design-task:4",
"taskDefinitionArn": "arn:aws:ecs:eu-north-1:356075920533:task-definition/moon-design-task:7",
"containerDefinitions": [
{
"name": "moon-design",
Expand All @@ -9,9 +9,15 @@
{
"name": "moon-design-3000-tcp",
"containerPort": 3000,
"hostPort": 80,
"hostPort": 3000,
"protocol": "tcp",
"appProtocol": "http"
},
{
"name": "moon-design-80-tcp",
"containerPort": 80,
"hostPort": 80,
"protocol": "tcp"
}
],
"essential": true,
Expand All @@ -35,7 +41,7 @@
"family": "moon-design-task",
"executionRoleArn": "arn:aws:iam::356075920533:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 4,
"revision": 7,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
Expand Down Expand Up @@ -78,7 +84,7 @@
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2023-12-19T14:12:28.697Z",
"registeredAt": "2023-12-19T14:37:52.978Z",
"registeredBy": "arn:aws:iam::356075920533:user/Karl.Kallavus",
"tags": []
}

0 comments on commit c8529a9

Please sign in to comment.