Skip to content

Instantly share code, notes, and snippets.

@suryagaddipati
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save suryagaddipati/a2b5c036476f8fd6c558 to your computer and use it in GitHub Desktop.

Select an option

Save suryagaddipati/a2b5c036476f8fd6c558 to your computer and use it in GitHub Desktop.
image: ubutu
run_options: '--rm --net="bridge" -v /workspace/blah=/var -e "MEOW=MEOW"'
services:
- image: mysql
run_options: '-e "MEOW=MEOW"'
- image: redis
run_options: '-e "MEOW=MEOW"'
script:
unit: rake unit
integration: rake integration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment