nomad

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

commit 7e11d2552cd4c465ea607de2356f9bd3ea5027a4
parent 5878ec76fbcdd1b4dea54f248651ff6fccb304dd
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun, 11 Aug 2024 23:45:59 +0200

feat(registry): fix server port

Diffstat:
Mhcl/infra/registry/simple-registry.nomad | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/hcl/infra/registry/simple-registry.nomad b/hcl/infra/registry/simple-registry.nomad @@ -21,6 +21,7 @@ job "simple-registry" { } port "internal-registry" { to = 5000 + static = 5000 } }