diff --git a/cluster/prod/app/garage/config/garage.toml b/cluster/prod/app/garage/config/garage.toml index 0a25255..50d8cee 100644 --- a/cluster/prod/app/garage/config/garage.toml +++ b/cluster/prod/app/garage/config/garage.toml @@ -6,6 +6,8 @@ db_engine = "lmdb" replication_mode = "3" +metadata_auto_snapshot_interval = "24h" + # IPv6 config using the ipv6 address statically defined in Nomad's node metadata # make sure to put back double { and } if re-enabling this #rpc_bind_addr = "[{ env "meta.public_ipv6" }]:3901" diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 74e11aa..58ebaf5 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -26,7 +26,7 @@ job "garage" { task "server" { driver = "docker" config { - image = "dxflrs/garage:v0.9.2" + image = "dxflrs/garage:v1.0.0-rc1" command = "/garage" args = [ "server" ] network_mode = "host"