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:
2162f1d
)
fix standalone template
author
Sam Saffron
<sam.saffron@gmail.com>
Thu, 28 Nov 2013 00:13:43 +0000
(16:13 -0800)
committer
Sam Saffron
<sam.saffron@gmail.com>
Thu, 28 Nov 2013 00:13:43 +0000
(16:13 -0800)
standalone.yml.sample
patch
|
blob
|
blame
|
history
diff --git
a/standalone.yml.sample
b/standalone.yml.sample
index 6706b883cd16708ee1b749f893faf1debdfa338f..e67e6455ce04248b0f893b2ff0522fa8e123d4f1 100644
(file)
--- 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"