1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/testing/nomad/server.hcl
Matthias Neugebauer 9cf030c012 testing/nomad: new aport
An easy-to-use, flexible, and performant workload orchestrator
https://www.nomadproject.io/
2019-10-06 13:00:22 +02:00

12 lines
186 B
HCL

data_dir = "/var/lib/nomad"
disable_update_check = true
enable_syslog = true
server {
enabled = true
bootstrap_expect = 1
}
client {
enabled = true
}