Skip to content

Instantly share code, notes, and snippets.

@carnal0wnage
Created December 18, 2018 16:06
Show Gist options
  • Save carnal0wnage/ce4296137414bd16fcca0818208b39b7 to your computer and use it in GitHub Desktop.
Save carnal0wnage/ce4296137414bd16fcca0818208b39b7 to your computer and use it in GitHub Desktop.
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