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
|
timeout = 86400
|
||||||
grace = 3600
|
grace = 3600*3
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "healthchecksio_check" "healthcheck" {
|
resource "healthchecksio_check" "healthcheck" {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue