Skip to content

Commit

Permalink
for v3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jun 19, 2020
1 parent 354ad32 commit 31cfa7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ services:
- mongo
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.7.4"
context: "https://github.com/camicroscope/caracal.git#v3.7.5"
args:
viewer: "v3.7.4"
viewer: "v3.7.5"
depends_on:
- "mongo"
ports:
Expand All @@ -47,7 +47,7 @@ services:
volumes:
- ./images/:/images/
loader:
build: "https://github.com/camicroscope/SlideLoader.git#v3.7.2"
build: "https://github.com/camicroscope/SlideLoader.git#v3.7.5"
container_name: ca-load
restart: always
volumes:
Expand Down
5 changes: 1 addition & 4 deletions develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ services:
JWK_URL: "https://www.googleapis.com/oauth2/v3/certs"
IIP_PATH: "http://ca-iip/fcgi-bin/iipsrv.fcgi"
MONGO_URI: "mongodb://ca-mongo"
DISABLE_SEC: "false"
DISABLE_SEC: "true"
ALLOW_PUBLIC: "true"
# Date to enable security protocols at if DISABLE_SEC is set to 'false'.
# Date format in MM/DD/YYYY hh:mm:ss in UTC time. Set to empty string to disable feature.
ENABLE_SECURITY_AT: ""
iip:
image: camicroscope/iipimage:latest
container_name: ca-iip
Expand Down

0 comments on commit 31cfa7c

Please sign in to comment.