Final sogo upgrade

This commit is contained in:
Quentin 2020-08-20 10:39:10 +02:00
parent 72b84fbe18
commit 30fe6d2e3c
2 changed files with 5 additions and 2 deletions

View file

@ -23,7 +23,7 @@
SOGoSentFolderName = Sent; SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash; SOGoTrashFolderName = Trash;
SOGoDraftsFolderName = Drafts; SOGoDraftsFolderName = Drafts;
SOGoIMAPServer = "imaps://dovecot-imaps.service.2.cluster.deuxfleurs.fr:993/"; SOGoIMAPServer = "imaps://dovecot-imaps.service.2.cluster.deuxfleurs.fr:993/?tlsVerifyMode=none";
SOGoSieveServer = "sieve://sieve.service.2.cluster.deuxfleurs.fr:4190/?tls=YES"; SOGoSieveServer = "sieve://sieve.service.2.cluster.deuxfleurs.fr:4190/?tls=YES";
SOGoIMAPAclConformsToIMAPExt = YES; SOGoIMAPAclConformsToIMAPExt = YES;
SOGoVacationEnabled = NO; SOGoVacationEnabled = NO;

View file

@ -414,7 +414,7 @@ job "email" {
driver = "docker" driver = "docker"
config { config {
image = "superboum/amd64_sogo:v6" image = "superboum/amd64_sogo:v7"
readonly_rootfs = false readonly_rootfs = false
port_map { port_map {
sogo_web_port = 8080 sogo_web_port = 8080
@ -423,6 +423,9 @@ job "email" {
"secrets/sogo.conf:/etc/sogo/sogo.conf", "secrets/sogo.conf:/etc/sogo/sogo.conf",
] ]
} }
env {
FAKE = 2
}
/* Workaround as there is no consul source and no way to template recursively... */ /* Workaround as there is no consul source and no way to template recursively... */
artifact { artifact {