nomad

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

commit 764672374ff6129259534dec6c59e8350b51eba7
parent c6e516b94b98bc12fdacfc648422cf73e2e7c818
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat,  5 Aug 2023 20:49:27 +0200

feat: add image prefix

Diffstat:
Mhcl/default/0x0/0x0.nomad | 2+-
Mhcl/default/ampache/ampache-catalog.nomad | 2+-
Mhcl/default/ampache/ampache.nomad | 4++--
Mhcl/default/cv/cv.nomad | 2+-
Mhcl/default/diary/diary.nomad | 2+-
Mhcl/default/kanboard/kanboard.nomad | 2+-
Mhcl/default/mastodon/mastodon.nomad | 12++++++------
Mhcl/default/myheats-demo/myheats-demo.nomad | 2+-
Mhcl/default/myheats/myheats.nomad | 2+-
Mhcl/default/snibox/snibox.nomad | 2+-
Mhcl/default/writefreely/writefreely.nomad | 2+-
11 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/hcl/default/0x0/0x0.nomad b/hcl/default/0x0/0x0.nomad @@ -71,7 +71,7 @@ job "0x0" { driver = "podman" config { - image = "nginx:stable-alpine" + image = "docker.io/library/nginx:stable-alpine" force_pull = true ports = ["https", "http"] volumes = [ diff --git a/hcl/default/ampache/ampache-catalog.nomad b/hcl/default/ampache/ampache-catalog.nomad @@ -26,7 +26,7 @@ job "ampache-catalog" { driver = "podman" config { - image = "ampache/ampache:nosql" + image = "docker.io/ampache/ampache:nosql" 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 @@ -39,7 +39,7 @@ job "ampache" { driver = "podman" config { - image = "nginx:stable-alpine" + image = "docker.io/library/nginx:stable-alpine" ports = ["https"] volumes = [ # mount the templated config from the task directory to the container @@ -68,7 +68,7 @@ job "ampache" { driver = "podman" config { - image = "ampache/ampache:nosql" + image = "docker.io/ampache/ampache:nosql" force_pull = true ports = ["ampache"] volumes = [ diff --git a/hcl/default/cv/cv.nomad b/hcl/default/cv/cv.nomad @@ -42,7 +42,7 @@ job "cv" { driver = "podman" config { - image = "nginx:stable-alpine" + image = "docker.io/library/nginx:stable-alpine" 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 @@ -42,7 +42,7 @@ job "diary" { driver = "podman" config { - image = "nginx:stable-alpine" + image = "docker.io/library/nginx:stable-alpine" ports = ["https"] volumes = [ # mount the templated config from the task directory to the container diff --git a/hcl/default/kanboard/kanboard.nomad b/hcl/default/kanboard/kanboard.nomad @@ -74,7 +74,7 @@ job "kanboard" { driver = "podman" config { - image = "nginx:stable-alpine" + image = "docker.io/library/nginx:stable-alpine" ports = ["https"] volumes = [ # mount the templated config from the task directory to the container diff --git a/hcl/default/mastodon/mastodon.nomad b/hcl/default/mastodon/mastodon.nomad @@ -55,7 +55,7 @@ job "mastodon" { } config { - image = "tootsuite/mastodon:latest" + image = "docker.io/tootsuite/mastodon:latest" command = "/opt/ruby/bin/bundle" args = ["exec", "rake", "db:migrate"] } @@ -76,7 +76,7 @@ job "mastodon" { driver = "podman" config { - image = "nginx:stable-alpine" + image = "docker.io/library/nginx:stable-alpine" ports = ["https"] volumes = [ # mount the templated config from the task directory to the container @@ -105,7 +105,7 @@ job "mastodon" { driver = "podman" config { - image = "tootsuite/mastodon:latest" + image = "docker.io/tootsuite/mastodon:latest" force_pull = true ports = ["mastodon_web"] command = "bash" @@ -134,7 +134,7 @@ job "mastodon" { driver = "podman" config { - image = "tootsuite/mastodon:latest" + image = "docker.io/tootsuite/mastodon:latest" force_pull = true ports = ["mastodon_streaming"] command = "node" @@ -158,7 +158,7 @@ job "mastodon" { driver = "podman" config { - image = "tootsuite/mastodon:latest" + image = "docker.io/tootsuite/mastodon:latest" force_pull = true command = "/opt/ruby/bin/bundle" args = ["exec", "sidekiq"] @@ -186,7 +186,7 @@ job "mastodon" { driver = "podman" config { - image = "redis:7-alpine" + image = "docker.io/library/redis:7-alpine" ports = ["redis"] } diff --git a/hcl/default/myheats-demo/myheats-demo.nomad b/hcl/default/myheats-demo/myheats-demo.nomad @@ -34,7 +34,7 @@ job "myheats-demo" { driver = "podman" config { - image = "nginx:stable-alpine" + image = "docker.io/library/nginx:stable-alpine" 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 @@ -42,7 +42,7 @@ job "myheats" { driver = "podman" config { - image = "nginx:stable-alpine" + image = "docker.io/library/nginx:stable-alpine" ports = ["https"] volumes = [ # mount the templated config from the task directory to the container diff --git a/hcl/default/snibox/snibox.nomad b/hcl/default/snibox/snibox.nomad @@ -37,7 +37,7 @@ job "snibox" { driver = "podman" config { - image = "nginx:stable-alpine" + image = "docker.io/library/nginx:stable-alpine" 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 @@ -144,7 +144,7 @@ job "writefreely" { driver = "podman" config { - image = "nginx:stable-alpine" + image = "docker.io/library/nginx:stable-alpine" ports = ["https"] volumes = [ # mount the templated config from the task directory to the container