From a84f4c8f877be2f8316b49d884d5039d5e5318ed Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 8 Mar 2021 17:32:05 +0100 Subject: Use patched Alps from git.deuxfleurs.fr/Deuxfleurs/alps --- app/email/deploy/email.hcl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'app/email/deploy/email.hcl') diff --git a/app/email/deploy/email.hcl b/app/email/deploy/email.hcl index bef7268..850a88f 100644 --- a/app/email/deploy/email.hcl +++ b/app/email/deploy/email.hcl @@ -393,11 +393,16 @@ job "email" { task "main" { driver = "docker" config { - image = "superboum/amd64_alps:v1" + image = "lxpz/alps_amd64:v2" readonly_rootfs = true ports = [ "alps_web_port" ] - command = "-theme" - args = [ "alps", "imaps://imap.deuxfleurs.fr:993", "smtps://smtp.deuxfleurs.fr:465" ] + args = [ + "-skiptlsverification", + "-theme", + "alps", + "imaps://imap.deuxfleurs.fr:993", + "smtps://smtp.deuxfleurs.fr:465" + ] } resources { -- cgit v1.2.3