Skip to content

Instantly share code, notes, and snippets.

@anoochit
Created November 26, 2014 15:33
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 anoochit/bb7b238ef1f720a5947b to your computer and use it in GitHub Desktop.
Save anoochit/bb7b238ef1f720a5947b to your computer and use it in GitHub Desktop.
fig sample fig.yml
web:
build: .
command: python app.py
ports:
- "5000:5000"
volumes:
- .:/code
links:
- redis
redis:
image: orchardup/redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment