Set gatus image to stable and increase grace time for backup hc

This commit is contained in:
Tobias Reisinger 2026-02-02 18:50:58 +01:00
parent f7936633e5
commit bf5fdebfa2
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ resource "healthchecksio_check" "backup" {
] ]
timeout = 86400 timeout = 86400
grace = 3600 grace = 3600*3
} }
resource "healthchecksio_check" "healthcheck" { resource "healthchecksio_check" "healthcheck" {

View file

@ -60,7 +60,7 @@ gatus_yml:
gatus_compose: gatus_compose:
watchtower: update watchtower: update
image: twinproduction/gatus image: twinproduction/gatus:stable
volumes: volumes:
- ./config.yaml:/config/config.yaml - ./config.yaml:/config/config.yaml
- data:/data - data:/data