mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 12:17:37 +00:00
19 lines
404 B
Plaintext
19 lines
404 B
Plaintext
[
|
|
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
]
|