Skip to content

Commit

Permalink
Release 2023.09.1 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Sep 27, 2023
2 parents 142d597 + 82c29c8 commit 9d2d569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/app_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ resource "azurerm_linux_web_app" "main" {
}

app_settings = {
"DOCKER_ENABLE_CI" = "true",
"DOCKER_REGISTRY_SERVER_URL" = "https://ghcr.io/"
"ELIGIBILITY_SERVER_SETTINGS" = "${local.mount_path}/settings.py"
# this prevents the filesystem from being obscured by a mount
Expand Down

0 comments on commit 9d2d569

Please sign in to comment.