Upgrade garage to 0.6 RC1

This commit is contained in:
Alex 2022-02-01 15:33:33 +01:00
parent 5ecab67379
commit f74651a0c3
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
2 changed files with 3 additions and 10 deletions

View File

@ -8,16 +8,11 @@ replication_mode = "3"
rpc_bind_addr = "[::]:3901"
rpc_secret = "{{ key "secrets/garage/rpc_secret" | trimSpace }}"
consul_host = "consul.service.2.cluster.deuxfleurs.fr:8500"
consul_service_name = "garage-rpc-self-advertised"
bootstrap_peers = []
[s3_api]
s3_region = "garage"
api_bind_addr = "[::]:3900"
root_domain = ".garage.deuxfleurs.fr"
[s3_web]
bind_addr = "[::]:3902"
root_domain = ".web.deuxfleurs.fr"
index = "index.html"

View File

@ -25,7 +25,7 @@ job "garage" {
driver = "docker"
config {
advertise_ipv6_address = true
image = "dxflrs/amd64_garage:v0.5.0"
image = "dxflrs/amd64_garage:v0.6.0-rc1"
command = "/garage"
args = [ "server" ]
network_mode = "host"
@ -55,10 +55,8 @@ job "garage" {
service {
tags = [
"garage_api",
"traefik.enable=true",
"traefik.frontend.entryPoints=https,http",
"traefik.frontend.rule=Host:garage.deuxfleurs.fr",
"tricot garage.deuxfleurs.fr",
"tricot *.garage.deuxfleurs.fr",
]
port = 3900
address_mode = "driver"