Created
November 24, 2015 19:24
-
-
Save tylerflint/09389e3cfdb12fa57225 to your computer and use it in GitHub Desktop.
example rails Boxfile
This file contains hidden or 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
build: | |
webserver: puma | |
web1: | |
name: web | |
worker1: | |
name: workerz | |
redis1: | |
name: queue | |
postgresql1: | |
name: db | |
extensions: | |
- hstore | |
- uuid-ossp | |
- plpgsql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment