Skip to content

Instantly share code, notes, and snippets.

@csexton
Created February 16, 2016 21:41
Show Gist options
  • Save csexton/44f7054459df00950826 to your computer and use it in GitHub Desktop.
Save csexton/44f7054459df00950826 to your computer and use it in GitHub Desktop.
db:
image: postgres
web:
build: .
command: bundle exec rails s -p 3000 -b '0.0.0.0'
volumes:
- .:/app
ports:
- "3000:3000"
links:
- db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment