Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulkrax importing work #1970

Merged
merged 22 commits into from
Sep 18, 2023
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
work on caching, get gem version correct
orangewolf committed Jun 30, 2023
commit 9a3ddff8e2d596ab948acb77e8462c237b204875
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/samvera-labs/hyku_knapsack.git
revision: b820c3bd40fd43fc4e2692fb786fca9ad4f51656
revision: f89be7dbe6fe1acab36afa86109085da65549aa1
branch: main
specs:
hyku_knapsack (0.0.1)
11 changes: 7 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@ x-app: &app
context: .
target: hyku-web
cache_from:
- ghcr.io/samvera/hyku/base:${TAG:-latest}
- ghcr.io/samvera/hyku:${TAG:-latest}
- ghcr.io/samvera/hyku/base:latest
- ghcr.io/samvera/hyku:latest
image: ghcr.io/samvera/hyku:${TAG:-latest}
env_file:
- .env
@@ -126,6 +126,8 @@ services:
build:
context: .
target: hyku-base
cache_from:
- ghcr.io/samvera/hyku/base:latest

web:
<<: *app
@@ -163,8 +165,9 @@ services:
context: .
target: hyku-worker
cache_from:
- ghcr.io/samvera/hyku:${TAG:-latest}
- ghcr.io/samvera/hyku/worker:${TAG:-latest}
- ghcr.io/samvera/hyku/base:latest
- ghcr.io/samvera/hyku:latest
- ghcr.io/samvera/hyku/worker:latest
command: bundle exec sidekiq
depends_on:
check_volumes: