Skip to content

Instantly share code, notes, and snippets.

@dtenenba
Created October 5, 2015 22:08
Show Gist options
  • Save dtenenba/a915d9b1b5a0cb61c6c7 to your computer and use it in GitHub Desktop.
Save dtenenba/a915d9b1b5a0cb61c6c7 to your computer and use it in GitHub Desktop.
# first set of machines
machine1:
image: "dtenenba/cytoscape3"
ports:
- "9291:1234"
machine2:
image: "dtenenba/cytoscape3"
ports:
- "9292:1234"
machine3:
image: "dtenenba/cytoscape3"
ports:
- "9293:1234"
machine4:
image: "dtenenba/cytoscape3"
ports:
- "9294:1234"
machine5:
image: "dtenenba/cytoscape3"
ports:
- "9295:1234"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment