feat(calibre): proxy through cloudflare

This commit is contained in:
Yuris Cakranegara
2025-08-21 17:41:48 +10:00
parent 80f8857dd2
commit b9301fff36

View File

@@ -99,6 +99,6 @@ output "service_definition" {
endpoint = "http://${local.container_name}:${local.calibre_internal_port}"
subdomains = ["calibre"]
publish_via = "reverse_proxy"
proxied = false
proxied = true
}
}