Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/channeladam/consul-docker
https://github.com/channeladam/consul-docker
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/channeladam/consul-docker
- Owner: channeladam
- License: apache-2.0
- Created: 2016-01-30T12:57:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T14:11:29.000Z (almost 9 years ago)
- Last Synced: 2023-08-06T20:02:56.904Z (over 1 year ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# consul-docker
The Consul containers in this repo specify a Volume for /var/lib/consul/config, allowing you to mount that path and specify your own Consul configuration .json files - for instance, with Gossip and RPC encryption settings.
All .json files are loaded by Consul in alphabetical order and overwrite previously loaded configuration.
## consul-agent
The consul-agent container creates a default config file named "/var/lib/consul/config/100-default-agent-config.generated.json".## consul-server
The consul-server container creates a default config file name "/var/lib/consul/config/100-default-server-config.generated.json".