Update Garage to 0.7.0-rc1

This commit is contained in:
Alex 2022-03-28 10:59:24 +02:00
parent 306974a163
commit 0e6aa95754
Signed by: lx
GPG Key ID: 0E496D15096376BE
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -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"