Skip to content

Instantly share code, notes, and snippets.

@tribou
Last active August 29, 2015 14:26
Show Gist options
  • Save tribou/5bdac2e388d1aa260d96 to your computer and use it in GitHub Desktop.
Save tribou/5bdac2e388d1aa260d96 to your computer and use it in GitHub Desktop.
web:
build: .
links:
- db
environment:
- DB_HOST=db
ports:
- '8000:8000'
command: npm start
db:
image: mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment