We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790e0dd commit f3297cfCopy full SHA for f3297cf
1 file changed
ecs-taskdef.json
@@ -9,22 +9,17 @@
9
"containerDefinitions": [
10
{
11
"name": "web",
12
- "image": "REPLACED_BY_ACTION",
+ "image": "ACCOUNT_ID.dkr.ecr.REGION.amazonaws.com/MY_ECR_REPOSITORY:latest",
13
"essential": true,
14
- "portMappings": [
15
- { "containerPort": 3000, "protocol": "tcp" }
16
- ],
+ "portMappings": [{ "containerPort": 3000, "protocol": "tcp" }],
17
"logConfiguration": {
18
"logDriver": "awslogs",
19
"options": {
20
"awslogs-group": "/ecs/my-app",
21
- "awslogs-region": "us-east-1",
+ "awslogs-region": "REGION",
22
"awslogs-stream-prefix": "ecs"
23
}
24
- },
25
- "environment": [
26
- { "name": "NODE_ENV", "value": "production" }
27
- ]
+ }
28
29
]
30
0 commit comments