forked from Deuxfleurs/nixcfg
staging: update garage
This commit is contained in:
parent
1ac9790806
commit
6db4ec5311
1 changed files with 3 additions and 3 deletions
|
@ -24,8 +24,8 @@ job "garage-staging" {
|
|||
|
||||
config {
|
||||
packages = [
|
||||
"bash", # so that we can enter a shell inside container
|
||||
"git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=nix-remove-system&rev=60c26fbc628d7b450ae39214b578ab6a30583d5c",
|
||||
"#bash", # so that we can enter a shell inside container
|
||||
"git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=19bdd1c7992f907c9bd518462054f56e28a2e45b",
|
||||
]
|
||||
command = "garage"
|
||||
args = [ "server" ]
|
||||
|
@ -158,7 +158,7 @@ job "garage-staging" {
|
|||
restart {
|
||||
interval = "5m"
|
||||
attempts = 10
|
||||
delay = "15s"
|
||||
delay = "1m"
|
||||
mode = "delay"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue