diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2023-12-11 02:19:00 +0100 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2023-12-11 02:19:00 +0100 |
commit | 2e7a72d17ce137d9d81d75c4cec6278da0bd54ff (patch) | |
tree | 630b28ef5cd869ed4f91d7d83f1b1e759099b930 /nomad.tmpl.hcl | |
parent | fdaf85a43f6f2ad98c5004bfeeddfd1a92097fb3 (diff) | |
download | garm-2e7a72d17ce137d9d81d75c4cec6278da0bd54ff.tar.gz |
Add vaultwarden
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 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 { |