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
This commit is contained in:
Alex 2020-03-04 23:14:18 +01:00
parent 7569ac34d2
commit 9190cef6b2

View file

@ -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 {