standalone yml sample file

This commit is contained in:
Sam Saffron 2013-11-03 20:01:11 -08:00
parent 93149421ff
commit fbdbfba4cb
1 changed files with 23 additions and 0 deletions

23
standalone.yml.sample Normal file
View File

@ -0,0 +1,23 @@
# this is the base template, you should not change it
template: "standalone.template.yml"
# which ports to expose?
expose:
- "80:80"
- "2222:22"
params:
ssh_key: YOUR_SSH_KEY
# git revision to run
version: HEAD
# host name, required by Discourse
database_yml:
production:
host_names:
- dev.samsaffron.com
# needed for bootstrapping
env:
DEVELOPER_EMAILS: 'sam.saffron@gmail.com'