Skip to content

Commit

Permalink
Update task-definition-template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Mar 3, 2021
1 parent 4ab678c commit 26d2009
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deploy/task-definition-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"containerPort": 80
}
],
"cpu": 0,
"environment": [
{
"name": "VIRTUAL_HOST",
Expand All @@ -36,7 +35,7 @@
}
],
"mountPoints": [],
"memory": 128,
"memoryReservation": 128,
"volumesFrom": [],
"image": "${IMAGE_URL}",
"essential": true,
Expand Down Expand Up @@ -65,4 +64,4 @@
"name": "redis"
}
]
}
}

0 comments on commit 26d2009

Please sign in to comment.