aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-03-28 10:59:24 +0200
committerAlex Auvolat <alex@adnab.me>2022-03-28 10:59:24 +0200
commit0e6aa95754204a5b2586c8d23c4e9689e8b3c36e (patch)
treef0d104f0404c331fbdc7383de131d62e0c6fd10b
parent306974a16330d71759548d09dccc3d5ab1189e91 (diff)
downloadinfrastructure-0e6aa95754204a5b2586c8d23c4e9689e8b3c36e.tar.gz
infrastructure-0e6aa95754204a5b2586c8d23c4e9689e8b3c36e.zip
Update Garage to 0.7.0-rc1
-rw-r--r--app/garage/config/garage.toml3
-rw-r--r--app/garage/deploy/garage.hcl2
2 files changed, 4 insertions, 1 deletions
diff --git a/app/garage/config/garage.toml b/app/garage/config/garage.toml
index da24b21..a721886 100644
--- a/app/garage/config/garage.toml
+++ b/app/garage/config/garage.toml
@@ -19,3 +19,6 @@ root_domain = ".garage.deuxfleurs.fr"
[s3_web]
bind_addr = "[::]:3902"
root_domain = ".web.deuxfleurs.fr"
+
+[admin]
+api_bind_addr = "[::1]:3903"
diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl
index 8163c2c..e03c423 100644
--- a/app/garage/deploy/garage.hcl
+++ b/app/garage/deploy/garage.hcl
@@ -25,7 +25,7 @@ job "garage" {
driver = "docker"
config {
advertise_ipv6_address = true
- image = "dxflrs/amd64_garage:d2c54abf8afb0703a4eaa69ea2847879c7edc5a1"
+ image = "dxflrs/amd64_garage:v0.7.0-rc1"
command = "/garage"
args = [ "server" ]
network_mode = "host"