Skip to content

Instantly share code, notes, and snippets.

@vschiavoni
Created December 11, 2015 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vschiavoni/644e357f0fd7f44f50dc to your computer and use it in GitHub Desktop.
Save vschiavoni/644e357f0fd7f44f50dc to your computer and use it in GitHub Desktop.
splaycontroller:
image: vschiavoni/splaycontroller:v3
ports:
- "11000:11010"
- 2222
entrypoint: /splaycontroller-entrypoint.sh
splaydeamons:
image: vschiavoni/splaydeamons:v6
links:
- splaycontroller
entrypoint: /splaydaemons-entrypoint.sh
splaycli:
image: vschiavoni/splaycli:v2
links:
- splaycontroller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment