Skip to content

Commit

Permalink
update orchestration and ecr-viewer env vars so that we may use /ecr-…
Browse files Browse the repository at this point in the history
…viewer as the basepath
  • Loading branch information
alismx committed Sep 12, 2024
1 parent 881d5d5 commit ae7d3e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions terraform/modules/ecs/_local.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,15 @@ locals {
{
name = "APP_ENV",
value = "test"
},
{
name = "NODE_ENV",
value = "production"
},
{
name = "NEXT_PUBLIC_BASEPATH",
value = "/ecr-viewer"
}

]
},
fhir-converter = {
Expand Down Expand Up @@ -148,7 +155,7 @@ locals {
},
{
name = "ECR_VIEWER_URL",
value = "http://ecr-viewer:3000"
value = "http://ecr-viewer:3000/ecr-viewer"
},
{
name = "MESSAGE_PARSER_URL",
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/ecs/_variable.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ variable "s3_viewer_bucket_role_name" {
variable "phdi_version" {
type = string
description = "Version of the PHDI application"
default = "v1.6.1"
default = "v1.6.3"
}

variable "service_data" {
Expand Down

0 comments on commit ae7d3e1

Please sign in to comment.