Remove unnecessary tools in image to reduce size
[discourse_docker.git] / standalone.yml.sample
1 # this is the base template, you should not change it
2 template: "standalone.template.yml"
3 # which ports to expose?
4 expose:
5 - "80:80"
6 - "2222:22"
7
8 params:
9 # ssh key so you can log in
10 ssh_key: YOUR_SSH_KEY
11 # git revision to run
12 version: HEAD
13
14
15 # host name, required by Discourse
16 database_yml:
17 production:
18 host_names:
19 # your domain name
20 - www.example.com
21
22
23 # needed for bootstrapping, lowercase email
24 env:
25 DEVELOPER_EMAILS: 'my_email@email.com'