Skip to content

Commit

Permalink
Merge pull request #106 from camicroscope/develop
Browse files Browse the repository at this point in the history
For 3.6.2
  • Loading branch information
birm authored Mar 29, 2020
2 parents cd5649a + 0b90918 commit 82cfd8e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 49 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# caMicroscope Distribution
<h2 align="center">
<a href="http://camicroscope.org/"><img src="https://avatars2.githubusercontent.com/u/12075069?s=400&v=4" style="background-color:rgba(0,0,0,0);" height=230 alt="camicroscope: a web-based image viewer optimized for large bio-medical image data viewing"></a>
</h2>

[![Build Status](https://travis-ci.org/camicroscope/Distro.svg?branch=master)](https://travis-ci.org/camicroscope/Distro)

caMicroscope 3.X distribution
# caMicroscope distribution


run with `docker-compose -f caMicroscope.yml up`
Expand Down Expand Up @@ -37,8 +39,6 @@ Security and Routes - This is handled by the security container. By default rout

Image Volume - This is, by default, the images directory in this directory. If this is changed, please make the same change across all impacted services.

Packages - Packages are built in the viewer service using parcel, mount a different directory with packages.js to the package directory to overwrite or add functionality.

## PathDB

To use PathDB, use quip-pathdb.yml instead of caMicroscope.yml. This deployment does not include the auth and loader as separate services, as this PathDB provides that functionality.
Expand Down
33 changes: 0 additions & 33 deletions auth_without_pathdb.md

This file was deleted.

8 changes: 4 additions & 4 deletions caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,29 @@ services:
- ./config/bindaas_projects/:/root/bindaas/bin/projects/
- ./config/bindaas.config.json:/root/bindaas/bin/bindaas.config.json
iip:
build: "https://github.com/camicroscope/iipImage.git#v3.2.0"
build: "https://github.com/caMicroscope/iipImage.git#v3.2.0"
container_name: ca-iip
restart: unless-stopped
volumes:
- ./images/:/images/
viewer:
build: "https://github.com/camicroscope/caMicroscope.git#v3.6.1"
build: "https://github.com/caMicroscope/caMicroscope.git#v3.6.2"
container_name: ca-front
restart: unless-stopped
volumes:
- ./config/login.html:/usr/local/apache2/htdocs/login.html
logging:
driver: none
loader:
build: "https://github.com/camicroscope/SlideLoader.git#v3.5.9"
build: "https://github.com/caMicroscope/SlideLoader.git#v3.6.2"
container_name: ca-load
restart: unless-stopped
logging:
driver: none
volumes:
- ./images/:/images/
security:
build: "https://github.com/camicroscope/Security.git#v3.5.2"
build: "https://github.com/caMicroscope/Security.git#v3.6.2"
container_name: ca-security
restart: unless-stopped
ports:
Expand Down
14 changes: 8 additions & 6 deletions develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,24 @@ services:
- ./config/bindaas_projects/:/root/bindaas/bin/projects/
- ./config/bindaas.config.json:/root/bindaas/bin/bindaas.config.json
iip:
build: "https://github.com/camicroscope/iipImage.git#develop"
build: "https://github.com/caMicroscope/iipImage.git#develop"
container_name: ca-iip
volumes:
- ./images/:/images/
viewer:
build: "https://github.com/camicroscope/caMicroscope.git#develop"
build: "https://github.com/caMicroscope/caMicroscope.git#develop"
container_name: ca-front
environment:
- cacheoff=true
volumes:
- ./config/login.html:/usr/local/apache2/htdocs/login.html
loader:
build: "https://github.com/camicroscope/SlideLoader.git#develop"
build: "https://github.com/caMicroscope/SlideLoader.git#develop"
container_name: ca-load
volumes:
- ./images/:/images/
security:
build: "https://github.com/camicroscope/Security.git#develop"
build: "https://github.com/caMicroscope/Security.git#develop"
container_name: ca-security
ports:
- "4010:4010"
Expand All @@ -57,6 +59,6 @@ services:
build: "./Deps/auth_service/"
volumes:
- ./jwt_keys/:/keys/
environment:
JWKS: "https://birmstuff.auth0.com/.well-known/jwks.json"
container_name: ca-auth
environment:
JWKS: "https://www.googleapis.com/oauth2/v3/certs"
4 changes: 2 additions & 2 deletions quip-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
volumes:
- ./images/:/data/images/
security:
build: "https://github.com/camicroscope/Security.git#v3.5.2"
build: "https://github.com/camicroscope/Security.git#v3.6.2"
container_name: ca-security
restart: unless-stopped
ports: ["4010:4010"]
Expand All @@ -56,7 +56,7 @@ services:
build:
context: "https://github.com/SBU-BMI/PathDB.git#1.3.5"
args:
viewer: "v3.6.1"
viewer: "v3.6.2"
container_name: quip-pathdb
restart: unless-stopped
ports: ["443:443","80:80"]
Expand Down

0 comments on commit 82cfd8e

Please sign in to comment.