# 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" - "2222:22" params: # ssh key so you can log in ssh_key: YOUR_SSH_KEY # git revision to run version: HEAD # host name, required by Discourse database_yml: production: host_names: # your domain name - www.example.com # needed for bootstrapping, lowercase email env: DEVELOPER_EMAILS: 'my_email@email.com' volumes: - volume: host: /var/docker/data guest: /shared