Skip to content

Instantly share code, notes, and snippets.

@robustdj
Created October 11, 2011 21:08
Show Gist options
  • Save robustdj/1279451 to your computer and use it in GitHub Desktop.
Save robustdj/1279451 to your computer and use it in GitHub Desktop.
sample dotcloud.yml with (ruby web server, ruby worker, redis, and mysql)
www:
type: ruby
exclude_bundler_groups:
- development
- test
config:
ruby-version: 1.9.2
data:
type: mysql
redis:
type: redis
worker:
type: ruby-worker
exclude_bundler_groups:
- development
- test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment