diff --git a/app/frontend/deploy/frontend-tricot-neptune.hcl b/app/frontend/deploy/frontend-tricot-neptune.hcl index 4e73073..f93c1b9 100644 --- a/app/frontend/deploy/frontend-tricot-neptune.hcl +++ b/app/frontend/deploy/frontend-tricot-neptune.hcl @@ -20,15 +20,15 @@ job "frontend" { driver = "docker" config { - image = "lxpz/amd64_tricot:23" + image = "lxpz/amd64_tricot:24" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port", "admin_port" ] } resources { - cpu = 1000 - memory = 100 + cpu = 2000 + memory = 200 } restart { diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index 868c327..867720b 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -14,14 +14,14 @@ job "frontend" { driver = "docker" config { - image = "lxpz/amd64_tricot:19" + image = "lxpz/amd64_tricot:24" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port", "admin_port" ] } resources { - cpu = 1000 + cpu = 2000 memory = 200 } @@ -36,6 +36,7 @@ job "frontend" { data = <