Skip to content

Commit

Permalink
Merge pull request #211 from camicroscope/develop
Browse files Browse the repository at this point in the history
ghcr has an odd permission issue
  • Loading branch information
birm authored Jun 17, 2023
2 parents d1dac93 + f43f4fb commit 7647bb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ services:
JWK_URL: "https://www.googleapis.com/oauth2/v3/certs"
IIP_PATH: "http://ca-iip:8080/fcgi-bin/iipsrv.fcgi"
MONGO_URI: "mongodb://ca-mongo"
DISABLE_SEC: "true"
GENERATE_KEY_IF_MISSING: "true"
iip:
image: ghcr.io/camicroscope/iipimage
image: camicroscope/iipimage:version-3.10.2
container_name: ca-iip
logging:
options:
Expand Down
2 changes: 1 addition & 1 deletion kc_caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
MONGO_URI: "mongodb://ca-mongo"
GENERATE_KEY_IF_MISSING: "true"
iip:
image: ghcr.io/camicroscope/iipimage
image: camicroscope/iipimage:version-3.10.2
container_name: ca-iip
logging:
options:
Expand Down
2 changes: 1 addition & 1 deletion quip-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
volumes:
- ./db:/data/db
iip:
image: ghcr.io/camicroscope/iipimage
image: camicroscope/iipimage:version-3.10.2
container_name: ca-iip
restart: unless-stopped
volumes:
Expand Down

0 comments on commit 7647bb5

Please sign in to comment.