From 83a3988ed72deb478127fe03e108b95f1157a5df Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Fri, 6 Oct 2023 19:44:56 +0200 Subject: Add configuration for ctftajm.se --- nomad.tmpl.hcl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nomad.tmpl.hcl') diff --git a/nomad.tmpl.hcl b/nomad.tmpl.hcl index 7df5416..138eb57 100644 --- a/nomad.tmpl.hcl +++ b/nomad.tmpl.hcl @@ -33,6 +33,10 @@ client { host_volume "syncthing" { path = "/var/local/syncthing" } + + host_volume "ctftajm-postgres" { + path = "/var/local/ctftajm-postgres" + } } acl { -- cgit v1.2.3