diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-27 14:51:09 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-27 14:51:09 +0100 |
commit | cce5cd17f5429295eb2165480ca941dd3f49b788 (patch) | |
tree | ec5d39a91f23df8c0177817308fbcb12f426c6c6 | |
parent | 2fd02c9f3dac01182205a9f47454c58fb8f7060f (diff) | |
download | nixcfg-cce5cd17f5429295eb2165480ca941dd3f49b788.tar.gz nixcfg-cce5cd17f5429295eb2165480ca941dd3f49b788.zip |
Remove spoutnik for now, and update garage to 0.6.0-rc1
-rw-r--r-- | app/frontend/deploy/frontend-tricot.hcl | 2 | ||||
-rw-r--r-- | app/garage-staging/deploy/garage.hcl | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index 6b7b84b..07ada75 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -13,7 +13,7 @@ job "frontend" { driver = "docker" config { - image = "lxpz/amd64_tricot:33" + image = "lxpz/amd64_tricot:34" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ] diff --git a/app/garage-staging/deploy/garage.hcl b/app/garage-staging/deploy/garage.hcl index 21faffb..3412a4a 100644 --- a/app/garage-staging/deploy/garage.hcl +++ b/app/garage-staging/deploy/garage.hcl @@ -1,6 +1,7 @@ job "garage-staging" { type = "system" - datacenters = [ "neptune", "pluton" ] + #datacenters = [ "neptune", "pluton" ] + datacenters = [ "neptune" ] priority = 80 @@ -26,7 +27,7 @@ job "garage-staging" { driver = "docker" config { - image = "dxflrs/amd64_garage:v0.5-beta1" + image = "dxflrs/amd64_garage:v0.6.0-rc1" command = "/garage" args = [ "server" ] network_mode = "host" |