From 3a2e0bb18adbaf1cbda822265e52a55e779a5750 Mon Sep 17 00:00:00 2001 From: GS_song98 <20003204@sju.ac.kr> Date: Tue, 22 Oct 2024 12:56:09 +0900 Subject: [PATCH] =?UTF-8?q?[#24]feat:=20edupi=5Fassist.json=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- edupi_assist.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 edupi_assist.json diff --git a/edupi_assist.json b/edupi_assist.json new file mode 100644 index 0000000..752ffac --- /dev/null +++ b/edupi_assist.json @@ -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": [] +} \ No newline at end of file