diff options
author | Alex Auvolat <alex@adnab.me> | 2021-02-24 14:54:10 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-02-24 14:54:10 +0100 |
commit | 987cefeba06b9b901f84511e9e5f518c2f7eb110 (patch) | |
tree | d585872b6def4a6881aec301ce737bfa074df5f6 /app | |
parent | 71971143c49ccbc9f9523d698c25450281156518 (diff) | |
download | infrastructure-987cefeba06b9b901f84511e9e5f518c2f7eb110.tar.gz infrastructure-987cefeba06b9b901f84511e9e5f518c2f7eb110.zip |
bump garage
Diffstat (limited to 'app')
-rw-r--r-- | app/garage/deploy/garage.hcl | 8 |
1 files changed, 7 insertions, 1 deletions
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", |