diff options
Diffstat (limited to 'app/frontend/deploy/frontend-tricot-neptune.hcl')
-rw-r--r-- | app/frontend/deploy/frontend-tricot-neptune.hcl | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |