From 22fc57cd5cd620fed99d40adeb28656c04f16f6e Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Wed, 23 Aug 2023 22:04:27 +0200 Subject: Add host volume and policy for fakturamaskinen --- 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 c519e5b..f098816 100644 --- a/nomad.tmpl.hcl +++ b/nomad.tmpl.hcl @@ -25,6 +25,10 @@ client { host_volume "static-files" { path = "/var/www/files" } + + host_volume "faktura-settings" { + path = "/var/www/faktura" + } } acl { -- cgit v1.2.3