aboutsummaryrefslogtreecommitdiff
path: root/app/garage/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'app/garage/deploy')
-rw-r--r--app/garage/deploy/garage.hcl6
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"