Update garage staging

This commit is contained in:
Alex 2022-09-09 12:24:29 +02:00
parent be0d7a7ccc
commit a90de2cfb9
Signed by: lx
GPG Key ID: 0E496D15096376BE
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ block_size = 1048576
metadata_dir = "/meta"
data_dir = "/data"
db_engine = "lmdb"
replication_mode = "3"
@ -28,4 +29,4 @@ index = "index.html"
[admin]
api_bind_addr = "0.0.0.0:3909"
admin_token = "{{ key "secrets/garage-staging/admin_token" | trimSpace }}"
trace_sink = "http://{{ env "attr.unique.network.ip-address" }}:4317"
#trace_sink = "http://{{ env "attr.unique.network.ip-address" }}:4317"

View File

@ -60,7 +60,7 @@ job "garage-staging" {
driver = "docker"
config {
image = "dxflrs/amd64_garage:v0.7.99.2-k2v"
image = "dxflrs/amd64_garage:166bba1ad376bba3ac59aea17ef47942a31dd32c"
command = "/garage"
args = [ "server" ]
network_mode = "host"