diff options
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/email.hcl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nomad/email.hcl b/nomad/email.hcl index 1cb0c23..86c4d87 100644 --- a/nomad/email.hcl +++ b/nomad/email.hcl @@ -414,7 +414,7 @@ job "email" { driver = "docker" config { - image = "superboum/amd64_sogo:v6" + image = "superboum/amd64_sogo:v7" readonly_rootfs = false port_map { sogo_web_port = 8080 @@ -423,6 +423,9 @@ job "email" { "secrets/sogo.conf:/etc/sogo/sogo.conf", ] } + env { + FAKE = 2 + } /* Workaround as there is no consul source and no way to template recursively... */ artifact { |