Skip to content

Instantly share code, notes, and snippets.

@ysmood
Created November 30, 2016 10:12
Show Gist options
  • Save ysmood/3c8ed5a3dbc29d87818a90c6630f0deb to your computer and use it in GitHub Desktop.
Save ysmood/3c8ed5a3dbc29d87818a90c6630f0deb to your computer and use it in GitHub Desktop.
version: '2'
services:
rdb1:
image: rethinkdb
ports:
- "8080:8080"
command: rethinkdb --bind all
rdb2:
image: rethinkdb
depends_on:
- rdb1
command: rethinkdb --join rdb1:29015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment