diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2023-08-21 21:38:11 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2023-08-21 21:38:11 +0200 |
commit | 2466d92662a3fd13d9b97df75aa628ccf1032f68 (patch) | |
tree | 2ea988216e8b0669863efb366395c8b583f52732 /nomad.tmpl.hcl | |
parent | afcec91855d15349f068315eebe131f936ee10d6 (diff) | |
download | garm-2466d92662a3fd13d9b97df75aa628ccf1032f68.tar.gz |
Add static file page
Diffstat (limited to 'nomad.tmpl.hcl')
-rw-r--r-- | nomad.tmpl.hcl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nomad.tmpl.hcl b/nomad.tmpl.hcl index f3626d3..c519e5b 100644 --- a/nomad.tmpl.hcl +++ b/nomad.tmpl.hcl @@ -21,6 +21,10 @@ client { host_volume "ca-certificates" { path = "/var/local/ca-certificates" } + + host_volume "static-files" { + path = "/var/www/files" + } } acl { |