diff options
author | Alex Auvolat <alex@adnab.me> | 2021-03-19 14:00:19 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-03-19 14:00:48 +0100 |
commit | 5126868e30960ef77af8b87357d1fd8646972397 (patch) | |
tree | aa15a8e27ab6c0450516c57213cb0259415521f7 | |
parent | 4ad6376aa85422aa733d37c1440b3d2ae2384761 (diff) | |
download | infrastructure-5126868e30960ef77af8b87357d1fd8646972397.tar.gz infrastructure-5126868e30960ef77af8b87357d1fd8646972397.zip |
update garage to v0.2.1
-rw-r--r-- | app/garage/deploy/garage.hcl | 5 |
1 files changed, 4 insertions, 1 deletions
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", |