Skip to content

Commit

Permalink
Updates Iiif Print
Browse files Browse the repository at this point in the history
pulls in fix for undefined method
ref:
- scientist-softserv/iiif_print#360
  • Loading branch information
ShanaLMoore committed Jun 24, 2024
1 parent 4cde185 commit 5ab16da
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ GIT

GIT
remote: https://github.com/scientist-softserv/iiif_print.git
revision: 9f68cc89792f86fda8a85963c77ad14088794d97
revision: fb07dcdafdf1b2e7e05ebd34a50187bf69b46474
branch: main
specs:
iiif_print (2.0.1)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.
web:
command: sh -l -c "bundle && bundle exec puma -v -b tcp://0.0.0.0:3000"
command: sh -l -c "bundle && bundle exec puma -v -b tcp://0.0.0.0:3003"
worker:
command: sh -l -c "bundle && bundle exec sidekiq"

2 changes: 1 addition & 1 deletion docker-compose.override-nodory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ services:
- HYKU_DEFAULT_HOST=%{tenant}.lvh.me
- HYKU_ROOT_HOST=lvh.me
ports:
- "3000:3000"
- "3003:3003"
4 changes: 2 additions & 2 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ services:
web:
<<: *app
environment:
- VIRTUAL_PORT=3000
- VIRTUAL_PORT=3003
- VIRTUAL_HOST=.hyku.test
depends_on:
db:
Expand All @@ -134,7 +134,7 @@ services:
initialize_app:
condition: service_completed_successfully
expose:
- 3000
- 3003

worker:
<<: *app
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ services:
# Uncomment command to access container with out starting bin/web. Useful for debugging
# command: sleep infinity
environment:
- VIRTUAL_PORT=3000
- VIRTUAL_PORT=3003
- VIRTUAL_HOST=.hyku.test
depends_on:
db:
Expand All @@ -159,9 +159,9 @@ services:
initialize_app:
condition: service_completed_successfully
# ports:
# - 3000:3000
# - 3003:3003
expose:
- 3000
- 3003

worker:
<<: *app
Expand Down

0 comments on commit 5ab16da

Please sign in to comment.