remove uneeded stuff from sample
[discourse_docker.git] / web_only.yml.sample
CommitLineData
67a25ebf 1templates:
67a25ebf
SS
2 - "templates/sshd.template.yml"
3 - "templates/web.template.yml"
4
5expose:
6 - "80:80"
7 - "2222:22"
8
9params:
10 ssh_key: YOUR_KEY
11
12 version: HEAD
13
14
15 database_yml:
16 production:
17 host_names:
18 - example.com
19env:
20 DEVELOPER_EMAILS: 'dev@example.com'
21
22volumes:
23 - volume:
24 host: /home/sam/discourse_docker/shared
25 guest: /shared
26
27hooks:
28 after_code:
29 - exec:
30 cd: $home/plugins
31 cmd:
32 - mkdir -p plugins
33 - git clone https://github.com/SamSaffron/blog.git
34 - git clone https://github.com/discourse/docker_manager.git