From 4066dbbbc3c3a0548bc5e8a172abbf8500ccaf08 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 5 Apr 2020 12:39:14 +0200 Subject: [PATCH] Give enough memory to Guichet for Argon2 ; update Easybridge --- nomad/bottin2.hcl | 2 +- nomad/chat.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nomad/bottin2.hcl b/nomad/bottin2.hcl index 5aa9718..85bda59 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -82,7 +82,7 @@ job "directory2" { } resources { - memory = 100 + memory = 200 network { port "web_port" {} } diff --git a/nomad/chat.hcl b/nomad/chat.hcl index 668f3d8..09fabcb 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -146,7 +146,7 @@ job "chat" { task "easybridge" { driver = "docker" config { - image = "lxpz/easybridge_amd64:21" + image = "lxpz/easybridge_amd64:23" port_map { api_port = 8321 web_port = 8281