nomad

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

commit 86104ddf8838aa949f762502fdc203c494da3c68
parent d0aa40a694a50ee328e01725e02f3afb38c1836e
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Tue, 10 Feb 2026 23:30:19 +0100

feat(diary): update website img

Diffstat:
Mhcl/default/diary/diary.nomad | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hcl/default/diary/diary.nomad b/hcl/default/diary/diary.nomad @@ -32,7 +32,7 @@ job "diary" { driver = "podman" config { - image = "127.0.0.1:5000/jekyll-diary:latest" + image = "127.0.0.1:5000/jekyll-diary:20396e66bbefea76eb1ea691de8e152b9f0fafa5" force_pull = true ports = ["jekyll"] }