We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c32900 commit b7ef772Copy full SHA for b7ef772
terraform/locals.tf
@@ -2,7 +2,7 @@ locals {
2
namespace = "one-roof-${var.env}"
3
image = {
4
repo = "commitglobal/one-roof",
5
- tag = "0.5.1"
+ tag = "0.6.1"
6
}
7
8
availability_zone = data.aws_availability_zones.current.names[0]
terraform/service_app.tf
@@ -32,7 +32,7 @@ module "ecs_app" {
32
log_group_name = module.ecs_cluster.log_group_name
33
service_discovery_namespace_id = module.ecs_cluster.service_discovery_namespace_id
34
35
- container_port = 80
+ container_port = 8080
36
network_mode = "awsvpc"
37
network_security_groups = [aws_security_group.ecs.id]
38
network_subnets = [aws_subnet.private.0.id]
0 commit comments