Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 756 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 756 Bytes

faithlife/node-consul Docker Image

A small base for node projects that use consul.

This image adds Consul to faithlife/node.

Configuration

Place the configuration in /etc/consul.d.

For blue/green deployments, place the color-specific consul configuration along with the common configuration in /etc/consul.d/<color>.

To start Consul, run /etc/init.d/consul start <join IP> [color].

Alternate tags exist for this image
  • envconsul - Adds the envconsul utility.
  • consultemplate - Adds the consul-template utility.
  • full - Adds the utilities mentioned above.