Skip to content

Commit

Permalink
[#24]feat: edupi_assist.json 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SongGwanSeok committed Oct 22, 2024
1 parent 55e7df1 commit 3a2e0bb
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions edupi_assist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"containerDefinitions": [
{
"name": "assist",
"image": "590184013289.dkr.ecr.ap-northeast-2.amazonaws.com/edupi_assist:latest",
"cpu": 0,
"portMappings": [
{
"name": "assist-port",
"containerPort": 8001,
"hostPort": 8001,
"protocol": "tcp",
"appProtocol": "http"
}
],
"essential": true,
"environment": [],
"mountPoints": [],
"volumesFrom": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/edupi_assist",
"mode": "non-blocking",
"awslogs-create-group": "true",
"max-buffer-size": "25m",
"awslogs-region": "ap-northeast-2",
"awslogs-stream-prefix": "ecs"
},
"secretOptions": []
},
"systemControls": []
}
],
"family": "edupi_assist",
"executionRoleArn": "arn:aws:iam::590184013289:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"volumes": [],
"placementConstraints": [],
"requiresCompatibilities": [
"EC2",
"FARGATE"
],
"cpu": "512",
"memory": "1024",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"tags": []
}

0 comments on commit 3a2e0bb

Please sign in to comment.