nomad

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

commit 6e588a26f09d7b8bfb78328d9ec12e65167db000
parent 361b763cad0ee0c9486244bd887697b9d1ea775e
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 23 Mar 2025 11:05:07 +0100

fix(pleroma): use stable release

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

diff --git a/hcl/default/pleroma/pleroma.nomad b/hcl/default/pleroma/pleroma.nomad @@ -63,7 +63,7 @@ job "pleroma" { driver = "podman" config { - image = "git.pleroma.social:5050/pleroma/pleroma:latest" + image = "git.pleroma.social:5050/pleroma/pleroma:stable" force_pull = true ports = ["http"] }