standalone yml sample file
authorSam Saffron <sam.saffron@gmail.com>
Mon, 4 Nov 2013 04:01:11 +0000 (20:01 -0800)
committerSam Saffron <sam.saffron@gmail.com>
Mon, 4 Nov 2013 04:01:11 +0000 (20:01 -0800)
standalone.yml.sample [new file with mode: 0644]

diff --git a/standalone.yml.sample b/standalone.yml.sample
new file mode 100644 (file)
index 0000000..ed1b98d
--- /dev/null
@@ -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'