Added Thingvellir nomad volumes

This commit is contained in:
marc
2024-02-16 20:37:07 +01:00
parent 87a4d79c71
commit 2e3dad1c1b
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"client": {
"host_network": {
"public": {
"interface": "ens3",
"reserved_ports": "80,443,2222"
}
},
"host_volume": {
"dns-unbound": {
"path": "/var/lib/nomad_volumes/dns/unbound",
"read_only": false
},
"dns-pihole": {
"path": "/var/lib/nomad_volumes/dns/pihole/etc-pihole",
"read_only": false
},
"dns-dnsmasq": {
"path": "/var/lib/nomad_volumes/dns/pihole/etc-dnsmasq.d",
"read_only": false
},
"caddyfile": {
"path": "/var/lib/nomad_volumes/caddy/Caddyfile",
"read_only": false
},
"caddy-data": {
"path": "/var/lib/nomad_volumes/caddy/data",
"read_only": false
}
}
}
}