summarylogtreecommitdiffstats
path: root/nomad-server.hcl
blob: 73b1fae06a6aba8a2de486038916378285d169f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This example config is neither production-ready
# nor secure. Please consult the official docs
# for full configuration instructions.
# https://www.nomadproject.io/docs/agent/config.html

bind_addr = "0.0.0.0"
data_dir  = "/var/lib/nomad"

leave_on_interrupt = true
leave_on_terminate = true

disable_update_check = true

server {
  bootstrap_expect = 1
}