Skip to content

Instantly share code, notes, and snippets.

@compleatang
Created March 6, 2015 17:18
Show Gist options
  • Save compleatang/fe3d0caa96a9b181fbb5 to your computer and use it in GitHub Desktop.
Save compleatang/fe3d0caa96a9b181fbb5 to your computer and use it in GitHub Desktop.
ipfs:
image: eris/ipfs
ports:
- "4001:4001"
- "8080:8080"
helloworld:
image: eris/helloworld
links:
- ipfs
ports:
- "3000:3000"
environment:
- CONTAINERS=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment