Skip to content

Commit bf9d621

Browse files
committed
DTOSS-10700: Use a docker image for the postgres database for the review apps
1 parent 7eabd5c commit bf9d621

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • infrastructure/modules/container-app

infrastructure/modules/container-app/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ resource "azurerm_container_app" "main" {
120120
content {
121121
external_enabled = true
122122
target_port = var.port
123+
exposed_port = var.port
123124
allow_insecure_connections = false
124125
transport = "tcp"
125126
traffic_weight {

0 commit comments

Comments
 (0)