nomad

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

commit a2492adb14697a8f991bab690d544cafdc1dbf59
parent e010815dffb4ced10f420d95e58bb882534f2a0c
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun,  4 Jun 2023 19:18:47 +0200

feat: remove some force_pull

Diffstat:
Mhcl/default/ampache/ampache-catalog.nomad | 1-
Mhcl/default/ampache/ampache.nomad | 1-
Mhcl/default/writefreely/writefreely.nomad | 3---
3 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/hcl/default/ampache/ampache-catalog.nomad b/hcl/default/ampache/ampache-catalog.nomad @@ -27,7 +27,6 @@ job "ampache-catalog" { config { image = "ampache/ampache:nosql5.5.2" - force_pull = true command = "/bin/sh" # [-c|--cleanup] [-e|--verify] [-a|--add] [-g|--art] args = ["-c", "/var/www/bin/cli run:updateCatalog -ceag"] diff --git a/hcl/default/ampache/ampache.nomad b/hcl/default/ampache/ampache.nomad @@ -40,7 +40,6 @@ job "ampache" { 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/writefreely/writefreely.nomad b/hcl/default/writefreely/writefreely.nomad @@ -38,7 +38,6 @@ job "writefreely" { config { image = "docker.io/arm64v8/mysql:latest" - force_pull = true command = "/bin/sh" args = ["-c", "mysql < $NOMAD_TASK_DIR/schema.sql"] volumes = [ @@ -80,7 +79,6 @@ job "writefreely" { config { image = "127.0.0.1:5000/writefreely:latest" - force_pull = true entrypoint = [""] command = "/bin/sh" args = ["-c", "cmd/writefreely/writefreely --gen-keys || true"] @@ -147,7 +145,6 @@ job "writefreely" { config { image = "nginx:stable-alpine" - force_pull = true ports = ["https"] volumes = [ # mount the templated config from the task directory to the container