aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nomad/bottin2.hcl2
-rw-r--r--nomad/chat.hcl2
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