From: Sam Saffron Date: Mon, 4 Nov 2013 04:01:11 +0000 (-0800) Subject: standalone yml sample file X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fbdbfba4cb91654a5675aefbd3b3eea7b4d6f9ac;p=discourse_docker.git standalone yml sample file --- diff --git a/standalone.yml.sample b/standalone.yml.sample new file mode 100644 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'