Set gatus image to stable and increase grace time for backup hc
This commit is contained in:
parent
f7936633e5
commit
bf5fdebfa2
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ resource "healthchecksio_check" "backup" {
|
|||
]
|
||||
|
||||
timeout = 86400
|
||||
grace = 3600
|
||||
grace = 3600*3
|
||||
}
|
||||
|
||||
resource "healthchecksio_check" "healthcheck" {
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ gatus_yml:
|
|||
|
||||
gatus_compose:
|
||||
watchtower: update
|
||||
image: twinproduction/gatus
|
||||
image: twinproduction/gatus:stable
|
||||
volumes:
|
||||
- ./config.yaml:/config/config.yaml
|
||||
- data:/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue