diff options
author | Alex Auvolat <alex@adnab.me> | 2021-03-08 17:32:05 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-03-08 17:32:05 +0100 |
commit | a84f4c8f877be2f8316b49d884d5039d5e5318ed (patch) | |
tree | 31d74c0f1988e2446b210d2339b49b777f86cc24 /app/email/deploy/email.hcl | |
parent | b42e42faaa4db3123106d8d7342100b4681096b7 (diff) | |
download | infrastructure-a84f4c8f877be2f8316b49d884d5039d5e5318ed.tar.gz infrastructure-a84f4c8f877be2f8316b49d884d5039d5e5318ed.zip |
Use patched Alps from git.deuxfleurs.fr/Deuxfleurs/alps
Diffstat (limited to 'app/email/deploy/email.hcl')
-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 { |