nomad

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

commit 0a5bcdf18ff9850d3ec1a38abc62e549130ff79e
parent a2492adb14697a8f991bab690d544cafdc1dbf59
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun,  4 Jun 2023 19:52:46 +0200

feat: remove some force_pull

Diffstat:
Mhcl/default/cv/cv.nomad | 1-
Mhcl/default/diary/diary.nomad | 1-
Mhcl/default/myheats-demo/myheats-demo.nomad | 1-
Mhcl/default/myheats/myheats.nomad | 1-
4 files changed, 0 insertions(+), 4 deletions(-)

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