nomad

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

commit 484a6ea77f1287b7f6c18dda2d12da64cf039a7b
parent 03c361a16e553baa7f1fa1e76e73e4db152413d1
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon, 16 Mar 2026 19:07:19 +0100

feat(myheats-demo): bump img tag for v0.9

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:93e00d65e00f498f8987b38986c7345a5ed41068" + image = "127.0.0.1:5000/myheats-frontend:840f0f2e959406c15652fa32a2065ed04914386e" force_pull = true ports = ["frontend_http"] } @@ -89,7 +89,7 @@ job "myheats-demo" { driver = "podman" config { - image = "127.0.0.1:5000/myheats-api:93e00d65e00f498f8987b38986c7345a5ed41068" + image = "127.0.0.1:5000/myheats-api:840f0f2e959406c15652fa32a2065ed04914386e" force_pull = true ports = ["api_http"] volumes = [