forked from Deuxfleurs/infrastructure
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:
parent
7569ac34d2
commit
9190cef6b2
1 changed files with 1 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue