From 5126868e30960ef77af8b87357d1fd8646972397 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 19 Mar 2021 14:00:19 +0100 Subject: [PATCH] update garage to v0.2.1 --- app/garage/deploy/garage.hcl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl index fa1f446..ed4c8a8 100644 --- a/app/garage/deploy/garage.hcl +++ b/app/garage/deploy/garage.hcl @@ -25,7 +25,7 @@ job "garage" { driver = "docker" config { advertise_ipv6_address = true - image = "lxpz/garage_amd64:v0.1.1d" + image = "lxpz/garage_amd64:v0.2.1" network_mode = "host" volumes = [ "/mnt/storage/garage/data:/garage/data", @@ -61,6 +61,9 @@ job "garage" { cpu = 1000 } + kill_signal = "SIGINT" + kill_timeout = "20s" + service { tags = [ "garage_api",