Skip to content

Commit

Permalink
update image for docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Sep 28, 2023
1 parent 456172e commit 0d34ab1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ x-app: &app
args:
BUILDKIT_INLINE_CACHE: 1
APP_PATH: ./hyrax-webapp
image: ghcr.io/samvera-labs/hyku_knapsack:${TAG:-latest}
image: ghcr.io/scientist-softserv/adventist_knapsack:${TAG:-latest}
environment:
# This line is what makes the knapsack include use the local code instead of the remote gem
- BUNDLE_LOCAL__HYKU_KNAPSACK=/app/samvera
Expand Down Expand Up @@ -57,12 +57,6 @@ services:
file: hyrax-webapp/docker-compose.yml
service: db

base:
extends:
file: hyrax-webapp/docker-compose.yml
service: base
image: ghcr.io/samvera/hyku/base:${TAG:-latest}

web:
<<: *app
extends:
Expand All @@ -82,7 +76,7 @@ services:
extends:
file: hyrax-webapp/docker-compose.yml
service: worker
image: ghcr.io/samvera-labs/hyku_knapsack/worker:${TAG:-latest}
image: ghcr.io/scientist-softserv/adventist_knapsack/worker:${TAG:-latest}
volumes:
- node_modules:/app/samvera/hyrax-webapp/node_modules:cached
- uploads:/app/samvera/hyrax-webapp/public/uploads:cached
Expand Down

0 comments on commit 0d34ab1

Please sign in to comment.