Skip to content

Commit

Permalink
viewer and caracal to 3.9.6, segloader to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Aug 5, 2021
1 parent 8796102 commit d36a078
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quip-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ services:
- ./images/:/data/images/
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.9.4"
context: "https://github.com/camicroscope/caracal.git#v3.9.6"
args:
viewer: "v3.9.4"
viewer: "v3.9.6"
depends_on:
- "mongo"
ports:
Expand All @@ -48,7 +48,7 @@ services:
build:
context: "https://github.com/SBU-BMI/PathDB.git#1.6.1"
args:
viewer: "v3.9.4"
viewer: "v3.9.6"
container_name: quip-pathdb
restart: unless-stopped
ports: ["443:443","80:80"]
Expand All @@ -67,7 +67,7 @@ services:
- ./data:/data/
- ./images:/data/images
segloader:
build: "https://github.com/SBU-BMI/SegmentationLoader.git#2.0"
build: "https://github.com/SBU-BMI/SegmentationLoader.git#2.1"
container_name: quip-segloader
volumes:
- ./data:/data
Expand Down

0 comments on commit d36a078

Please sign in to comment.