Skip to content

Commit b7ef772

Browse files
authored
infra: version bump (#215)
1 parent 4c32900 commit b7ef772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ locals {
22
namespace = "one-roof-${var.env}"
33
image = {
44
repo = "commitglobal/one-roof",
5-
tag = "0.5.1"
5+
tag = "0.6.1"
66
}
77

88
availability_zone = data.aws_availability_zones.current.names[0]

terraform/service_app.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module "ecs_app" {
3232
log_group_name = module.ecs_cluster.log_group_name
3333
service_discovery_namespace_id = module.ecs_cluster.service_discovery_namespace_id
3434

35-
container_port = 80
35+
container_port = 8080
3636
network_mode = "awsvpc"
3737
network_security_groups = [aws_security_group.ecs.id]
3838
network_subnets = [aws_subnet.private.0.id]

0 commit comments

Comments
 (0)