Skip to content
Wojciech Sielski edited this page Jun 15, 2015 · 2 revisions

Welcome to the PanteraS (paas-in-a-box) wiki!

FAQ

  • Q: Do I need dnsmasq? I prefer consul directly.
  • A: No problem, just configure it:
export START_DNSMASQ=false
export CONSUL_PARAMS="-config-dir=/etc/consul.d/"
./generate_yml.sh

In /etc/consul.d/ we have prepared default config file with dns port 53.

  • Q: How can I add more specific json consul configuration:
  • A: If you need more specific configuration bind your local the file into the container. add into volumes: section in docker-compose.yml.tpl file like:
volumes:
 ...
 - /my/dir/consul_specific.json:/etc/consul.d/consul_specific.json
Clone this wiki locally