mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 02:05:16 +03:00
An easy-to-use, flexible, and performant workload orchestrator https://www.nomadproject.io/
12 lines
186 B
HCL
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
|
|
}
|