8000 add healthcheck to claude code web · coder/registry@eac3e55 · GitHub
[go: up one dir, main page]

Skip to content

Commit eac3e55

Browse files
committed
add healthcheck to claude code web
1 parent c301da7 commit eac3e55

File tree

1 file changed

+5
-0
lines changed
  • registry/coder/modules/claude-code

1 file changed

+5
-0
lines changed

registry/coder/modules/claude-code/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,11 @@ resource "coder_app" "claude_code_web" {
245245
url = "http://localhost:3284/"
246246
icon = var.icon
247247
subdomain = true
248+
healthcheck {
249+
url = "http://localhost:3284/status"
250+
interval = 5
251+
threshold = 3
252+
}
248253
}
249254

250255
resource "coder_app" "claude_code" {

0 commit comments

Comments
 (0)
0