From: Sam Saffron Date: Thu, 28 Nov 2013 00:13:43 +0000 (-0800) Subject: fix standalone template X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b6f290a071a5def59c7229280ab0f883d769f1f4;p=discourse_docker.git fix standalone template --- diff --git a/standalone.yml.sample b/standalone.yml.sample index 6706b88..e67e645 100644 --- a/standalone.yml.sample +++ b/standalone.yml.sample @@ -1,5 +1,10 @@ -# this is the base template, you should not change it -template: "standalone.template.yml" +# this is the base templates used, you can cut it down to include less functionality per container +templates: + - "templates/cron.template.yml" + - "templates/postgres.template.yml" + - "templates/redis.template.yml" + - "templates/sshd.template.yml" + - "templates/web.template.yml" # which ports to expose? expose: - "80:80"