From 987cefeba06b9b901f84511e9e5f518c2f7eb110 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 24 Feb 2021 14:54:10 +0100 Subject: [PATCH] bump garage --- app/garage/deploy/garage.hcl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl index 1be68aa..a52f660 100644 --- a/app/garage/deploy/garage.hcl +++ b/app/garage/deploy/garage.hcl @@ -15,11 +15,17 @@ job "garage" { port "web" { static = 3902 } } + update { + max_parallel = 1 + min_healthy_time = "30s" + healthy_deadline = "10m" + } + task "server" { driver = "docker" config { advertise_ipv6_address = true - image = "lxpz/garage_amd64:v0.1.1b" + image = "lxpz/garage_amd64:v0.1.1d" network_mode = "host" volumes = [ "/mnt/storage/garage/data:/garage/data",