diff options
Diffstat (limited to 'app/email/deploy')
-rw-r--r-- | app/email/deploy/email.hcl | 11 |
1 files changed, 8 insertions, 3 deletions
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 { |