aboutsummaryrefslogtreecommitdiff
path: root/app/email/deploy
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-03-08 17:32:05 +0100
committerAlex Auvolat <alex@adnab.me>2021-03-08 17:32:05 +0100
commita84f4c8f877be2f8316b49d884d5039d5e5318ed (patch)
tree31d74c0f1988e2446b210d2339b49b777f86cc24 /app/email/deploy
parentb42e42faaa4db3123106d8d7342100b4681096b7 (diff)
downloadinfrastructure-a84f4c8f877be2f8316b49d884d5039d5e5318ed.tar.gz
infrastructure-a84f4c8f877be2f8316b49d884d5039d5e5318ed.zip
Use patched Alps from git.deuxfleurs.fr/Deuxfleurs/alps
Diffstat (limited to 'app/email/deploy')
-rw-r--r--app/email/deploy/email.hcl11
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 {