Created
October 11, 2011 21:08
-
-
Save robustdj/1279451 to your computer and use it in GitHub Desktop.
sample dotcloud.yml with (ruby web server, ruby worker, redis, and mysql)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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