Skip to content

Instantly share code, notes, and snippets.

@remilapeyre
Created March 20, 2018 11:30
Show Gist options
  • Save remilapeyre/9501a88292c6cf1a63f94aca67b085ee to your computer and use it in GitHub Desktop.
Save remilapeyre/9501a88292c6cf1a63f94aca67b085ee to your computer and use it in GitHub Desktop.
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
datacenter = "DATACENTER"
advertise {
http = "$EXTERNAL_IP"
}
# Enable the client
client {
enabled = true
options = {
"driver.whitelist" = "docker"
"driver.docker.config.logging.type" = "json-file"
}
}
consul {
address = "127.0.0.1:8500"
}
vault {
enabled = true
address = "vault.service.consul"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment