Discourse, Ruby 2.2.3, Nginx with Phusion Passenger
1.2K
This image is based on official discourse repo. Image contains Discourse itself with Nginx based Phusion Passenger 5.x, and Ruby 2.2x.
To configure Discourse you should use DISCOURSE_ config variables described in config/discourse_defaults.conf
E.g.:
docker run -d -e "DISCOURSE_DB_HOST=localhost" -e "DISCOURSE_DB_USERNAME=postgres" -e "DISCOURSE_REDIS_HOST=localhost" -e "[email protected]" pachkovskij/discourse:beta
To launch sidekiq append bundle exec sidekiq to run command
docker run -d -e "DISCOURSE_DB_HOST=localhost" -e "DISCOURSE_DB_USERNAME=postgres" -e "DISCOURSE_REDIS_HOST=localhost" -e "[email protected]" pachkovskij/discourse:beta bundle exec sidekiq
Content type
Image
Digest
sha256:08753f0db…
Size
628.7 MB
Last updated
about 11 years ago
docker pull pachkovskij/discourse