diff options
author | Alex Auvolat <alex@adnab.me> | 2020-03-04 23:14:18 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-03-04 23:14:18 +0100 |
commit | 9190cef6b29abf5c030c969a6be23f07449e32ec (patch) | |
tree | 3e4e51983f80d19fa6e1bc9752a3dd521b9a4915 /nomad | |
parent | 7569ac34d2fd7bc30139c14671ddd1ec498ec13e (diff) | |
download | infrastructure-9190cef6b29abf5c030c969a6be23f07449e32ec.tar.gz infrastructure-9190cef6b29abf5c030c969a6be23f07449e32ec.zip |
Update Easybridge container
No nead for logging "none" now as Messenger does not spill logs to stderr by default anymore
This lets us get some usefull logs on the output, like warnings if any
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/chat.hcl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nomad/chat.hcl b/nomad/chat.hcl index 37467d7..80205f1 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -129,7 +129,7 @@ job "chat" { task "easybridge" { driver = "docker" config { - image = "lxpz/easybridge_amd64:14" + image = "lxpz/easybridge_amd64:17" port_map { api_port = 8321 web_port = 8281 @@ -138,10 +138,6 @@ job "chat" { "secrets/conf:/data" ] args = [ "./easybridge", "-config", "/data/config.json" ] - /* Logging leak a huge amount of sensitive data, disabling it for now */ - logging { - type = "none" - } } artifact { |