Skip to content

Instantly share code, notes, and snippets.

@rpau
Created January 10, 2017 14:06
Show Gist options
  • Save rpau/bc46793d776964ce6f03ccb0394606bc to your computer and use it in GitHub Desktop.
Save rpau/bc46793d776964ce6f03ccb0394606bc to your computer and use it in GitHub Desktop.
mongo:
image: mongo
ports:
- "27017:27017"
cassandra:
image: cassandra
hostname: cassandra
ports:
- "9042:9042"
- "9160:9160"
walkmodhub:
image: walkmod/walkmodhub
ports:
- "80:4567"
links:
- mongo
- cassandra
environment:
- "JAVA_OPTS=-Dcassandra.host=cassandra -Dmongo.host=mongo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment