projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9314942
)
standalone yml sample file
author
Sam Saffron
<sam.saffron@gmail.com>
Mon, 4 Nov 2013 04:01:11 +0000
(20:01 -0800)
committer
Sam Saffron
<sam.saffron@gmail.com>
Mon, 4 Nov 2013 04:01:11 +0000
(20:01 -0800)
standalone.yml.sample
[new file with mode: 0644]
patch
|
blob
diff --git a/standalone.yml.sample
b/standalone.yml.sample
new file mode 100644
(file)
index 0000000..
ed1b98d
--- /dev/null
+++ b/
standalone.yml.sample
@@ -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'