forked from Deuxfleurs/nixcfg
màj garage prod
This commit is contained in:
parent
fbffe1f0dc
commit
ea8b2e8c82
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ job "garage" {
|
|||
priority = 80
|
||||
|
||||
update {
|
||||
max_parallel = 1
|
||||
max_parallel = 10
|
||||
min_healthy_time = "60s"
|
||||
}
|
||||
|
||||
|
@ -18,7 +18,7 @@ job "garage" {
|
|||
}
|
||||
|
||||
update {
|
||||
max_parallel = 1
|
||||
max_parallel = 10
|
||||
min_healthy_time = "30s"
|
||||
healthy_deadline = "5m"
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ job "garage" {
|
|||
task "server" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "dxflrs/garage:v0.8.2"
|
||||
image = "dxflrs/garage:v0.9.0-rc2"
|
||||
command = "/garage"
|
||||
args = [ "server" ]
|
||||
network_mode = "host"
|
||||
|
|
Loading…
Reference in a new issue