Skip to content

Commit

Permalink
Create cloud-wallet-service.json
Browse files Browse the repository at this point in the history
Signed-off-by: Chimi1999 <[email protected]>
  • Loading branch information
Chimi1999 authored Jan 7, 2025
1 parent fe9d893 commit 9201a66
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions qa-taskdef/cloud-wallet-service.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"family": "QA_CLOUD_WALLET_TASKDEFINITION",
"containerDefinitions": [
{
"name": "cloud-wallet",
"image": "%REPOSITORY_URI%:CLOUD-WALLET_V_%BUILD_NUMBER%",
"cpu": 1024,
"memory": 2048,
"portMappings": [],
"essential": true,
"environment": [],
"environmentFiles": [
{
"value": "arn:aws:s3:::env-qabucket/.env",
"type": "s3"
}
],
"mountPoints": [],
"volumesFrom": [],
"ulimits": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/QA_CLOUD_WALLET_TASKDEFINITION",
"awslogs-region": "ap-southeast-1",
"awslogs-stream-prefix": "ecs"
},
"secretOptions": []
}
}

],

"executionRoleArn": "arn:aws:iam::id:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"placementConstraints": [],
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
}

0 comments on commit 9201a66

Please sign in to comment.