nomad

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

commit a00161e6a891eb5dad5486200d4141815d1cfa99
parent df6631f685fd675e4821119b658f4898d70a8417
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun, 17 Sep 2023 13:32:13 +0200

fix(myheats-demo): force pull

Diffstat:
Mhcl/default/myheats-demo/myheats-demo.nomad | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/hcl/default/myheats-demo/myheats-demo.nomad b/hcl/default/myheats-demo/myheats-demo.nomad @@ -35,6 +35,7 @@ job "myheats-demo" { config { image = "docker.io/library/nginx:stable-alpine" + force_pull = true ports = ["https"] volumes = [ # mount the templated config from the task directory to the container