standalone yml sample file
[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:
9 ssh_key: YOUR_SSH_KEY
10 # git revision to run
11 version: HEAD
12
13
14 # host name, required by Discourse
15 database_yml:
16 production:
17 host_names:
18 - dev.samsaffron.com
19
20
21# needed for bootstrapping
22env:
23 DEVELOPER_EMAILS: 'sam.saffron@gmail.com'