From 2e7a72d17ce137d9d81d75c4cec6278da0bd54ff Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Mon, 11 Dec 2023 02:19:00 +0100 Subject: Add vaultwarden --- 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 138eb57..e597b36 100644 --- a/nomad.tmpl.hcl +++ b/nomad.tmpl.hcl @@ -37,6 +37,10 @@ client { host_volume "ctftajm-postgres" { path = "/var/local/ctftajm-postgres" } + + host_volume "vaultwarden" { + path = "/var/local/vaultwarden" + } } acl { -- cgit v1.2.3