aboutsummaryrefslogtreecommitdiff
path: root/app/garage
diff options
context:
space:
mode:
Diffstat (limited to 'app/garage')
-rw-r--r--app/garage/deploy/garage.hcl8
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",