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