màj garage prod

This commit is contained in:
Alex 2023-10-16 14:54:16 +02:00
parent fbffe1f0dc
commit ea8b2e8c82

View file

@ -4,7 +4,7 @@ job "garage" {
priority = 80 priority = 80
update { update {
max_parallel = 1 max_parallel = 10
min_healthy_time = "60s" min_healthy_time = "60s"
} }
@ -18,7 +18,7 @@ job "garage" {
} }
update { update {
max_parallel = 1 max_parallel = 10
min_healthy_time = "30s" min_healthy_time = "30s"
healthy_deadline = "5m" healthy_deadline = "5m"
} }
@ -26,7 +26,7 @@ job "garage" {
task "server" { task "server" {
driver = "docker" driver = "docker"
config { config {
image = "dxflrs/garage:v0.8.2" image = "dxflrs/garage:v0.9.0-rc2"
command = "/garage" command = "/garage"
args = [ "server" ] args = [ "server" ]
network_mode = "host" network_mode = "host"