shuttles #2

Open
thomas wants to merge 27 commits from shuttles into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2cddb4ab04 - Show all commits

View File

@ -30,7 +30,7 @@ variable "server_url" {
locals { locals {
env_file_host_path = "/opt/storage/data/tmail-web/env.file" env_file_host_path = "/opt/storage/data/tmail-web/env.file"
env_file_container_path = "/usr/share/nginx/html/assets/env.file" env_file_container_path = "/usr/share/nginx/html/assets/env.file"
env_file_content = "SERVER_URL=${var.server_url}\nDOMAIN_REDIRECT_URL=mail.${var.server_domain}\n" env_file_content = "SERVER_URL=${var.server_url}\nDOMAIN_REDIRECT_URL=https://mail.${var.server_domain}\n"
} }
resource "null_resource" "tmail_env_file" { resource "null_resource" "tmail_env_file" {