summarylogtreecommitdiffstats
path: root/nomad-server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nomad-server.conf')
-rw-r--r--nomad-server.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/nomad-server.conf b/nomad-server.conf
new file mode 100644
index 000000000000..aadc69a031eb
--- /dev/null
+++ b/nomad-server.conf
@@ -0,0 +1,13 @@
+# https://www.nomadproject.io/docs/agent/config.html
+
+bind_addr = "127.0.0.1"
+data_dir = "/var/lib/nomad"
+
+leave_on_interrupt = true
+leave_on_terminate = true
+
+disable_update_check = true
+
+server {
+ bootstrap_expect = 1
+}