36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
[
|
|
{
|
|
"name": "integreat-app",
|
|
"image": "679918342773.dkr.ecr.us-east-1.amazonaws.com/integreat",
|
|
"portMappings": [
|
|
{
|
|
"containerPort": 3000,
|
|
"hostPort": 3000,
|
|
"protocol": "tcp"
|
|
},
|
|
{
|
|
"containerPort": 9000,
|
|
"hostPort": 9000,
|
|
"protocol": "tcp"
|
|
}
|
|
],
|
|
"essential": true,
|
|
"environment": [
|
|
{
|
|
"name": "config",
|
|
"value": "/usr/local/config/staging.edn"
|
|
}
|
|
],
|
|
"mountPoints": [],
|
|
"volumesFrom": [],
|
|
"logConfiguration": {
|
|
"logDriver": "awslogs",
|
|
"options": {
|
|
"awslogs-group": "/ecs/integreat-app-staging",
|
|
"awslogs-region": "us-east-1",
|
|
"awslogs-stream-prefix": "ecs"
|
|
}
|
|
}
|
|
}
|
|
]
|