Skip to content

autopilotpattern/rethinkdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autopilot Pattern RethinkDB

This image uses ContainerPilot to register Rethinkdb with Consul. As you scale out the number of Rethinkdb instances they will be automatically clustered together.

DockerPulls DockerStars

Environment Variables

  • CONSUL hostname where consul can be found
  • CONSUL_AGENT determines if the consul agent is executed in the container

Example Usage

$ cd examples/compose
$ docker-compose up -d
$ docker-compose  scale rethinkdb=3

Look at the dashboard for one of the rethinkdb instances and observe that they are all clustered.