Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save orangewolf/962f67e5a3acac4fa823be22f5775496 to your computer and use it in GitHub Desktop.
Save orangewolf/962f67e5a3acac4fa823be22f5775496 to your computer and use it in GitHub Desktop.
docker-compose.override.yml
services:
# # Uncomment to allow for the use of a ruby debugger (byebug, pry, etc) in Docker.
# # See http://playbook-staging.notch8.com/en/devops/docker_debugger for more info.
initialize_app:
command: echo 'skip'
web:
command: sh -l -c "sleep infinity"
environment:
- AUXILIARY_QUEUE_TENANTS="sdapi"
- AWS_REGION=us-east-1
- AWS_S3_BUCKET=space-stone-production-preprocessedbucketf21466dd-15sun4xy658nh
- BUNDLE_BUNDLER_INJECT__GEM_PATH=/app/samvera/bundler.d
- BUNDLE_DISABLE_LOCAL_BRANCH_CHECK=true
- BUNDLE_LOCAL__HYKU_KNAPSACK=/app/samvera
- BUNDLE_LOCAL__HYRAX=/app/samvera/hyrax-webapp/vendor/hyrax
- BUNDLE_LOCAL__BULKRAX=/app/samvera/hyrax-webapp/vendor/bulkrax
- GOOD_JOB_CLEANUP_DISCARDED_JOBS=false
- GOOD_JOB_CLEANUP_INTERVAL_SECONDS=86400
- GOOD_JOB_CLEANUP_PRESERVED_JOBS_BEFORE_SECONDS_AGO=604800
- HYRAX_ACTIVE_JOB_QUEUE=good_job
worker:
command: sh -l -c "sleep infinity"
# command: sh -l -c "bundle && bundle exec sidekiq"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment