1 Commits
Author SHA1 Message Date
renovate a09011119b Update litestream/litestream Docker tag to v0.5.16
CI / Terraform fmt + validate (pull_request) Successful in 26s
CI / Nomad job spec validate (pull_request) Successful in 24s
CI / Docker image pull validation (pull_request) Successful in 17s
2026-08-06 04:01:02 +00:00
+1 -1
View File
@@ -27,7 +27,7 @@ job "frigate" {
driver = "docker" driver = "docker"
config { config {
image = "litestream/litestream:0.5.15" image = "litestream/litestream:0.5.16"
command = "restore" command = "restore"
args = ["-if-replica-exists", "-config", "/local/litestream.yml", "/alloc/data/frigate.db"] args = ["-if-replica-exists", "-config", "/local/litestream.yml", "/alloc/data/frigate.db"]
} }