Skip to content

Commit

Permalink
Added tag to Docker images in compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
dolsysmith committed Nov 27, 2023
1 parent c31ecc9 commit e8145b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
logging:
<<: *logging
solr:
image: ghcr.io/gwu-libraries/scholarspace-hyrax-solr:master
image: ghcr.io/gwu-libraries/scholarspace-hyrax-solr:2.0.1
#build:
# context: .
# dockerfile: Dockerfile-solr
Expand Down Expand Up @@ -80,7 +80,7 @@ services:
logging:
<<: *logging
sidekiq:
image: ghcr.io/gwu-libraries/scholarspace-app:master
image: ghcr.io/gwu-libraries/scholarspace-app:2.0.1
#image: scholarspace-app
#build:
# context: .
Expand All @@ -101,7 +101,7 @@ services:
logging:
<<: *logging
app-server:
image: ghcr.io/gwu-libraries/scholarspace-app:master
image: ghcr.io/gwu-libraries/scholarspace-app:2.0.1
#image: scholarspace-app
depends_on:
- solr
Expand Down

0 comments on commit e8145b8

Please sign in to comment.