Got terraform back up to date.
This commit is contained in:
@@ -1,13 +1,20 @@
|
||||
[
|
||||
{
|
||||
"name": "integreat-background-worker",
|
||||
"name": "integreat-app",
|
||||
"image": "679918342773.dkr.ecr.us-east-1.amazonaws.com/integreat",
|
||||
"portMappings": [
|
||||
{
|
||||
"containerPort": 9000,
|
||||
"hostPort": 9000,
|
||||
"protocol": "tcp"
|
||||
},
|
||||
{
|
||||
"containerPort": 9090,
|
||||
"hostPort": 9090,
|
||||
"protocol": "tcp"
|
||||
}
|
||||
|
||||
|
||||
],
|
||||
"essential": true,
|
||||
"environment": [
|
||||
@@ -21,7 +28,7 @@
|
||||
"logConfiguration": {
|
||||
"logDriver": "awslogs",
|
||||
"options": {
|
||||
"awslogs-group": "/ecs/integreat-app-prod",
|
||||
"awslogs-group": "/ecs/integreat-background-worker-prod",
|
||||
"awslogs-region": "us-east-1",
|
||||
"awslogs-stream-prefix": "ecs"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user