Skip to content

Instantly share code, notes, and snippets.

@carnal0wnage
Created December 18, 2018 16:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
simple nomad server.hcl file
# Increase log verbosity
log_level = "DEBUG"
# Setup data dir
data_dir = "/tmp/server1"
# Enable the server
server {
enabled = true
# Self-elect, should be 3 or 5 for production
bootstrap_expect = 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment