diff options
Diffstat (limited to 'app/email')
-rw-r--r-- | app/email/deploy/email.hcl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/email/deploy/email.hcl b/app/email/deploy/email.hcl index 84e66b8..a6b4a4c 100644 --- a/app/email/deploy/email.hcl +++ b/app/email/deploy/email.hcl @@ -423,7 +423,8 @@ job "email" { "alps", "traefik.enable=true", "traefik.frontend.entryPoints=https,http", - "traefik.frontend.rule=Host:alps.deuxfleurs.fr" + "traefik.frontend.rule=Host:alps.deuxfleurs.fr", + "tricot alps.deuxfleurs.fr", ] check { type = "tcp" @@ -477,7 +478,9 @@ job "email" { "sogo", "traefik.enable=true", "traefik.frontend.entryPoints=https,http", - "traefik.frontend.rule=Host:www.sogo.deuxfleurs.fr,sogo.deuxfleurs.fr;PathPrefix:/" + "traefik.frontend.rule=Host:www.sogo.deuxfleurs.fr,sogo.deuxfleurs.fr;PathPrefix:/", + "tricot www.sogo.deuxfleurs.fr", + "tricot sogo.deuxfleurs.fr", ] check { type = "tcp" |