Created
March 20, 2018 11:30
-
-
Save remilapeyre/9501a88292c6cf1a63f94aca67b085ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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