staging: update garage

This commit is contained in:
Alex 2022-11-29 22:59:55 +01:00
parent 1ac9790806
commit 6db4ec5311
Signed by: lx
GPG key ID: 0E496D15096376BE

View file

@ -24,8 +24,8 @@ job "garage-staging" {
config { config {
packages = [ packages = [
"bash", # so that we can enter a shell inside container "#bash", # so that we can enter a shell inside container
"git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=nix-remove-system&rev=60c26fbc628d7b450ae39214b578ab6a30583d5c", "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=19bdd1c7992f907c9bd518462054f56e28a2e45b",
] ]
command = "garage" command = "garage"
args = [ "server" ] args = [ "server" ]
@ -158,7 +158,7 @@ job "garage-staging" {
restart { restart {
interval = "5m" interval = "5m"
attempts = 10 attempts = 10
delay = "15s" delay = "1m"
mode = "delay" mode = "delay"
} }
} }