Skip to content

Commit

Permalink
prepare for 3.11.1 viewer and back
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jan 11, 2024
1 parent f466efc commit a5f1848
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
4 changes: 2 additions & 2 deletions caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ services:
- ./db:/data/db
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.11.0"
context: "https://github.com/camicroscope/caracal.git#v3.11.1"
args:
viewer: "v3.11.0"
viewer: "v3.11.1"
depends_on:
- "mongo"
ports:
Expand Down
28 changes: 24 additions & 4 deletions kc_caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ services:
- ./db:/data/db
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.10.0"
context: "https://github.com/camicroscope/caracal.git#v3.11.1"
args:
viewer: "v3.10.1"
viewer: "v3.11.1"
depends_on:
- "mongo"
ports:
Expand All @@ -76,7 +76,7 @@ services:
MONGO_URI: "mongodb://ca-mongo"
GENERATE_KEY_IF_MISSING: "true"
iip:
image: camicroscope/iipimage:version-3.10.2
image: camicroscope/iipimage:version-3.11.0
container_name: ca-iip
logging:
options:
Expand All @@ -86,7 +86,7 @@ services:
volumes:
- ./images/:/images/
loader:
build: "https://github.com/camicroscope/SlideLoader.git#v3.10.0"
build: "https://github.com/camicroscope/SlideLoader.git#v3.11.0"
container_name: ca-load
restart: always
logging:
Expand All @@ -95,3 +95,23 @@ services:
max-size: "10m"
volumes:
- ./images/:/images/
environment:
DICOM_PORT: "11112"
DICOM_UI_PORT: "8042"
dicomsrv:
build: "https://github.com/camicroscope/dicomsrv.git#v3.11.0"
container_name: ca-dicomsrv
restart: unless-stopped
stdin_open: true
tty: true
ports:
- "8042:8042"
- "11112:11112"
volumes:
- ./jwt_keys/:/root/keys/
- ./images/:/images/
- ./config/OrthancConfiguration.json:/root/src/Configuration.json
environment:
DICOM_PORT: "11112"
DICOM_UI_PORT: "8042"
CARACAL_BACK_HOST_PORT: "ca-back:4010"
6 changes: 3 additions & 3 deletions quip-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ services:
- ./images/:/data/images/
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.11.0"
context: "https://github.com/camicroscope/caracal.git#v3.11.1"
args:
viewer: "v3.11.0"
viewer: "v3.11.1"
depends_on:
- "mongo"
ports:
Expand All @@ -37,7 +37,7 @@ services:
build:
context: "https://github.com/SBU-BMI/PathDB.git#2.0.0"
args:
viewer: "v3.11.0"
viewer: "v3.11.1"
container_name: quip-pathdb
restart: unless-stopped
ports: ["443:443","80:80"]
Expand Down

0 comments on commit a5f1848

Please sign in to comment.