Created
April 1, 2019 09:41
-
-
Save pranavcode/147d341d73470777505b05cf93566f75 to your computer and use it in GitHub Desktop.
Velotio - HashiCorp Consul Part 2 - Django Web Application - Run Consul agent on a Django node
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
consul agent -bind 33.10.0.10 \ | |
-advertise 33.10.0.10 \ | |
-join consul_server \ | |
-node web_1 \ | |
-dns-port 53 \ | |
-data-dir /data \ | |
-config-dir /etc/consul.d \ | |
-enable-local-script-checks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment