Remove unnecessary tools in image to reduce size
[discourse_docker.git] / standalone.yml.sample
CommitLineData
fbdbfba4
SS
1# this is the base template, you should not change it
2template: "standalone.template.yml"
3# which ports to expose?
4expose:
5 - "80:80"
6 - "2222:22"
7
8params:
d0cd2c4d 9 # ssh key so you can log in
fbdbfba4
SS
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:
d0cd2c4d
SS
19 # your domain name
20 - www.example.com
fbdbfba4
SS
21
22
d0cd2c4d 23# needed for bootstrapping, lowercase email
fbdbfba4 24env:
d0cd2c4d 25 DEVELOPER_EMAILS: 'my_email@email.com'