add healthcheck to claude code web
This commit is contained in:
parent
c301da7e6b
commit
eac3e55537
@ -245,6 +245,11 @@ resource "coder_app" "claude_code_web" {
|
|||||||
url = "http://localhost:3284/"
|
url = "http://localhost:3284/"
|
||||||
icon = var.icon
|
icon = var.icon
|
||||||
subdomain = true
|
subdomain = true
|
||||||
|
healthcheck {
|
||||||
|
url = "http://localhost:3284/status"
|
||||||
|
interval = 5
|
||||||
|
threshold = 3
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "coder_app" "claude_code" {
|
resource "coder_app" "claude_code" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user