Skip to content

Digital-BC/supplejack_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supplejack Docker

Docker implementation of Supplejack stack (API, Manager, Worker, MongoDB, Redis and Solr).

Features

  • Redis container
  • Solr container
  • Docker volumes for mongo and solr-index
  • Supplejack worker container: rails
  • Supplejack worker container: sidekiq
  • Supplejack manager container
  • Supplejack sample API container: rails
  • Supplejack sample API container: sidekiq + crons for indexing

Note that the cronjob for indexing new records in to solr runs once per minute, as does the Solr autocommit.

Prerequisites

  • Docker
  • Docker Compose

Getting Started

  • Setup Guide found here

Questions/Issues?

File a new issue if you have questions or issues.

Contributing

  1. Fork it ( https://github.com/digitalnz/supplejack_docker/fork )
  2. Create your feature branch (git checkout -b my-awesome-feature)
  3. Commit your changes (git commit -am 'Add my awesome feature!')
  4. Push to the branch (git push origin my-awesome-feature)
  5. Create a new Pull Request

About

🌱 Docker implementation of Supplejack stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 96.1%
  • HTML 2.8%
  • Dockerfile 1.1%