From d36a078fd2e3ed787fc9ded740d8fb787b4d3609 Mon Sep 17 00:00:00 2001 From: Ryan Birmingham Date: Thu, 5 Aug 2021 09:51:07 -0400 Subject: [PATCH] viewer and caracal to 3.9.6, segloader to 2.1 --- quip-pathdb.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quip-pathdb.yml b/quip-pathdb.yml index f9a07ed..fe83de7 100644 --- a/quip-pathdb.yml +++ b/quip-pathdb.yml @@ -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: @@ -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"] @@ -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