nomad

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

commit 1d964385e3d6454c1aeb4c1ebe7cf420d0cb48f1
parent aed88a1cf3f4be50ed1e039826904bd4db8b9f20
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 15 Nov 2025 20:32:29 +0100

feat(myheats-demo): update images

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 @@ -67,7 +67,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:latest" + image = "127.0.0.1:5000/myheats-frontend:83611008d1fea649dce1e2e60ea61073e75a39b3" force_pull = true ports = ["frontend_http"] } @@ -83,7 +83,7 @@ job "myheats-demo" { driver = "podman" config { - image = "127.0.0.1:5000/myheats-api:latest" + image = "127.0.0.1:5000/myheats-api:83611008d1fea649dce1e2e60ea61073e75a39b3" force_pull = true ports = ["api_http"] volumes = [