diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-01 15:33:33 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-01 15:33:33 +0100 |
commit | f74651a0c3a490bdf93a3807b1de65f1cef4649f (patch) | |
tree | 5577af9b64edbeb9736dba51fe1a909d6b0e4b35 /app/garage/deploy/garage.hcl | |
parent | 5ecab67379d5112f4699db5a39ae27d6da815228 (diff) | |
download | infrastructure-f74651a0c3a490bdf93a3807b1de65f1cef4649f.tar.gz infrastructure-f74651a0c3a490bdf93a3807b1de65f1cef4649f.zip |
Upgrade garage to 0.6 RC1
Diffstat (limited to 'app/garage/deploy/garage.hcl')
-rw-r--r-- | app/garage/deploy/garage.hcl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl index adb9454..ea40c04 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: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" |