##
## /var/discourse/launcher rebuild app
##
+## Make sure to obey YAML syntax! You can use this site to help check:
+## http://www.yamllint.com/
## this is the all-in-one, standalone Discourse Docker container template
env:
LANG: en_US.UTF-8
+ # DISCOURSE_DEFAULT_LOCALE: en
+
## TODO: How many concurrent web requests are supported?
## With 2GB we recommend 3-4 workers, with 1GB only 2
#UNICORN_WORKERS: 3
- ##
+
## TODO: List of comma delimited emails that will be made admin and developer
## on initial signup example 'user1@example.com,user2@example.com'
DISCOURSE_DEVELOPER_EMAILS: 'me@example.com'
- ##
+
## TODO: The domain name this Discourse instance will respond to
DISCOURSE_HOSTNAME: 'discourse.example.com'
- ##
+
## TODO: The mailserver this Discourse instance will use
DISCOURSE_SMTP_ADDRESS: smtp.example.com # (mandatory)
#DISCOURSE_SMTP_PORT: 587 # (optional)
#DISCOURSE_SMTP_USER_NAME: user@example.com # (optional)
#DISCOURSE_SMTP_PASSWORD: pa$$word # (optional)
- ##
+
## The CDN address for this Discourse instance (configured to pull)
#DISCOURSE_CDN_URL: //discourse-cdn.example.com