diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-02 13:48:00 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-02 13:48:00 +0100 |
commit | b8420756b42e6b620f7e3138fd4bd8967a4f19db (patch) | |
tree | 263013d9bc1947d8721af00eda7081dcf855aba9 | |
parent | 6c90a00f048e6b9b740efc91d2b8509fa7b83453 (diff) | |
download | infrastructure-b8420756b42e6b620f7e3138fd4bd8967a4f19db.tar.gz infrastructure-b8420756b42e6b620f7e3138fd4bd8967a4f19db.zip |
Updated garage definition
-rw-r--r-- | app/garage/deploy/garage.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl index 01d5123..2b46b9f 100644 --- a/app/garage/deploy/garage.hcl +++ b/app/garage/deploy/garage.hcl @@ -1,5 +1,5 @@ job "garage" { - datacenters = ["dc1", "belair", "saturne"] + datacenters = ["dc1", "saturne", "neptune"] type = "system" priority = 80 @@ -25,7 +25,7 @@ job "garage" { driver = "docker" config { advertise_ipv6_address = true - image = "dxflrs/amd64_garage:v0.4-rc1" + image = "dxflrs/amd64_garage:f02c2aba59ad7ee4ada3ab45c4fe66b49f5e6713" command = "/garage" args = [ "server" ] network_mode = "host" |