Skip to content

Commit

Permalink
Merge pull request #60 from ASAP-Lettering/ASAP-143
Browse files Browse the repository at this point in the history
ASAP-143 feat: letter db jpa 정의
  • Loading branch information
tlarbals824 authored Oct 3, 2024
2 parents 7b126b4 + c694159 commit 94c1c39
Show file tree
Hide file tree
Showing 25 changed files with 1,330 additions and 612 deletions.
34 changes: 2 additions & 32 deletions .deploy/task/task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,40 +29,10 @@
"valueFrom": "arn:aws:ssm:ap-northeast-2:396608783702:parameter/jwt/secret",
"name": "JWT_SECRET"
}
],
"logConfiguration": {
"logDriver": "awsfirelens",
"options": {
"Labels": "job=firelens",
"Name": "loki",
"host": "dev.simproject.kr",
"port": "3100",
"line_format": "key_value"
}
}
},
{
"essential": true,
"image": "grafana/fluent-bit-plugin-loki:2.9.3-amd64",
"name": "log_router",
"firelensConfiguration": {
"type": "fluentbit",
"options": {
"enable-ecs-log-metadata": "true"
}
},
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/lettering-task",
"awslogs-region": "ap-northeast-2",
"awslogs-stream-prefix": "firelens",
"awslogs-create-group": "true"
}
}
]
}
],
"cpu": "768",
"cpu": "512",
"memory": "768",
"family": "lettering-task"
}
Loading

0 comments on commit 94c1c39

Please sign in to comment.