Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Dec 3, 2020
2 parents e6fdc2c + 110d7c3 commit 018f627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
build:
context: "https://github.com/camicroscope/caracal.git#v3.8.2"
args:
viewer: "v3.8.2"
viewer: "v3.8.3"
depends_on:
- "mongo"
ports:
Expand All @@ -43,7 +43,7 @@ services:
volumes:
- ./images/:/images/
loader:
build: "https://github.com/camicroscope/SlideLoader.git#v3.8.0"
build: "https://github.com/camicroscope/SlideLoader.git#v3.8.3"
container_name: ca-load
restart: always
volumes:
Expand Down
4 changes: 2 additions & 2 deletions quip-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
build:
context: "https://github.com/camicroscope/caracal.git#v3.8.2"
args:
viewer: "v3.8.2"
viewer: "v3.8.3"
depends_on:
- "mongo"
ports:
Expand All @@ -47,7 +47,7 @@ services:
build:
context: "https://github.com/SBU-BMI/PathDB.git#1.3.5"
args:
viewer: "v3.8.2"
viewer: "v3.8.3"
container_name: quip-pathdb
restart: unless-stopped
ports: ["443:443","80:80"]
Expand Down

0 comments on commit 018f627

Please sign in to comment.