diff --git a/config/routes.rb b/config/routes.rb index fb575b0c..5f9e2d6e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -45,6 +45,7 @@ mount BlacklightAdvancedSearch::Engine => '/' mount Hyrax::Engine, at: '/' + mount IiifPrint::Engine, at: '/' if Settings.bulkrax.enabled mount Bulkrax::Engine, at: '/' end diff --git a/docker-compose.bundle.yml b/docker-compose.bundle.yml index 1874220d..ca7f4716 100644 --- a/docker-compose.bundle.yml +++ b/docker-compose.bundle.yml @@ -7,5 +7,5 @@ services: web: command: sh -l -c "bundle && bundle exec puma -v -b tcp://0.0.0.0:3000" worker: - command: sh -l -c "bundle && bundle exec sidekiq" + command: sh -l -c "bundle && bundle exec good_job"