mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
feat: add terraform infra as code for AWS fargate (#1987)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"name": "${name}-task",
|
||||
"image": "ghcr.io/jef/streetmerchant:latest",
|
||||
"cpu": ${cpu},
|
||||
"memory": ${memory},
|
||||
"essential": true,
|
||||
"environment": ${environment},
|
||||
"logConfiguration": {
|
||||
"logDriver": "awslogs",
|
||||
"options": {
|
||||
"awslogs-group": "${awslogs-group}",
|
||||
"awslogs-region": "${region}",
|
||||
"awslogs-stream-prefix": "ecs"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user