codeformuenster/docker-compose-discourse

Name: docker-compose-discourse

Owner: codeformuenster

Description: docker-compose for discourse

Created: 2015-04-11 09:16:29.0

Updated: 2018-01-09 14:50:13.0

Pushed: 2016-07-11 15:16:26.0

Homepage: null

Size: 83135

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

/!\ This is no longer maintained, if you want to use a setup that is used in production, please head to indiehosters/discourse /!\

docker-compose-discourse

Proof of concept, there will be errors, please test! :)

$ sudo docker-compose build

$ sudo docker-compose run discourse bash -c "sleep 3 && rake db:migrate assets:precompile"

Provide some configuration via environment variables in docker-compose.yml:

DISCOURSE_HOSTNAME=
DISCOURSE_SMTP_ADDRESS=
DISCOURSE_SMTP_PORT=587
DISCOURSE_SMTP_USER_NAME=
DISCOURSE_SMTP_PASSWORD=
DISCOURSE_DEVELOPER_EMAILS=

Start Discourse:

$ sudo docker-compose up

$ xdg-open http://localhost:3000/

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.