diff options
Diffstat (limited to 'app/deployment/garage.hcl')
-rw-r--r-- | app/deployment/garage.hcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/deployment/garage.hcl b/app/deployment/garage.hcl index 8189ff3..beafb88 100644 --- a/app/deployment/garage.hcl +++ b/app/deployment/garage.hcl @@ -1,6 +1,7 @@ job "garage" { datacenters = ["dc1", "belair", "saturne"] type = "system" + priority = 40 constraint { attribute = "${attr.cpu.arch}" @@ -11,6 +12,7 @@ job "garage" { task "server" { driver = "docker" config { + advertise_ipv6_address = true image = "lxpz/garage_amd64:4" network_mode = "host" volumes = [ |