nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests |Archive | README

commit 1c63b0ae8cf17e4961dabcc0b265e926345f8b7f
parent 384b1248f9d21010a475005920cb99d9a559edb8
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Tue, 17 Mar 2026 10:12:30 +0100

feat(myheats): update img

Diffstat:
Mhcl/default/myheats-demo/myheats-demo-stable.nomad | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hcl/default/myheats-demo/myheats-demo-stable.nomad b/hcl/default/myheats-demo/myheats-demo-stable.nomad @@ -73,7 +73,7 @@ job "myheats-demo" { # In library mode, all import.meta.env.* usage are statically replaced # when building for production (vite build): # - https://vite.dev/guide/build.html#library-mode - image = "127.0.0.1:5000/myheats-frontend:840f0f2e959406c15652fa32a2065ed04914386e" + image = "127.0.0.1:5000/myheats-frontend:1e4f36fefd56bd5f357d0c92b9829e7c7badd7d8" force_pull = true ports = ["frontend_http"] } @@ -89,7 +89,7 @@ job "myheats-demo" { driver = "podman" config { - image = "127.0.0.1:5000/myheats-api:840f0f2e959406c15652fa32a2065ed04914386e" + image = "127.0.0.1:5000/myheats-api:1e4f36fefd56bd5f357d0c92b9829e7c7badd7d8" force_pull = true ports = ["api_http"] volumes = [