add healthcheck to claude code web

This commit is contained in:
Hugo Dutka 2025-06-05 18:26:37 +02:00
parent c301da7e6b
commit eac3e55537

View File

@ -245,6 +245,11 @@ resource "coder_app" "claude_code_web" {
url = "http://localhost:3284/"
icon = var.icon
subdomain = true
healthcheck {
url = "http://localhost:3284/status"
interval = 5
threshold = 3
}
}
resource "coder_app" "claude_code" {