diff --git a/docker-compose.yml b/docker-compose.yml index 1f39cd47..06ff2219 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 @@ -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: @@ -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