Skip to content

Instantly share code, notes, and snippets.

@lucj
Created June 22, 2017 20:38
Show Gist options
  • Save lucj/b018196c439d95a44156447cca163a21 to your computer and use it in GitHub Desktop.
Save lucj/b018196c439d95a44156447cca163a21 to your computer and use it in GitHub Desktop.
caas
version: '3.0'
services:
cass0:
image: poklet/cassandra
ports:
- "9042:9042"
- "9160:9160"
cass1:
image: poklet/cassandra
environment:
- SEEDS=seed
cass2:
image: poklet/cassandra
environment:
- SEEDS:seed
ops:
image: poklet/opscenter
ports:
- "8888:8888"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment