Tracking nomad client config

This commit is contained in:
shockrah 2025-05-23 00:34:22 -07:00
parent 3f0c8a865d
commit 9675fbacef

View File

@ -0,0 +1,18 @@
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
server {
enabled = true
bootstrap_expect = 1
}
client {
enabled = true
servers = ["127.0.0.1"]
}
host_volume "registry" {
path = "/opt/volumes/registry"
read_only = false
}