Skip to content

Commit

Permalink
for 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Nov 10, 2020
1 parent 75a4048 commit 6e2dd8b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 19 deletions.
8 changes: 2 additions & 6 deletions caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ services:
image: mongo:3.6.18-xenial
container_name: ca-mongo
restart: always
logging:
driver: none
volumes:
- ./db:/data/db
idxMongo:
image: mongo:3.6.18-xenial
container_name: ca-idx
logging:
driver: none
links:
- mongo
volumes:
Expand All @@ -23,9 +19,9 @@ services:
- mongo
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.8.0"
context: "https://github.com/camicroscope/caracal.git#v3.8.2"
args:
viewer: "v3.8.1"
viewer: "v3.8.2"
depends_on:
- "mongo"
ports:
Expand Down
1 change: 1 addition & 0 deletions config/mongo_idx.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ db.mark.createIndex({"provenance.image.slide": 1, "provenance.analysis.execution
db.mark.createIndex({"provenance.image.slide":1,"provenance.analysis.execution_id":1,"provenance.analysis": 1})
db.mark.createIndex({"provenance.image.slide":1,"provenance.analysis": 1})
db.mark.createIndex({"provenance.image.slide": 1, "provenance.analysis.execution_id": 1})
db.mark.createIndex({"provenance.image.slide": 1, "provenance.analysis.source": 1})
db.mark.createIndex({"provenance.image.slide": 1})
db.slide.createIndex({'study':1, 'specimen': 1, 'name': 1})
db.template.createIndex({'id': 1})
Expand Down
2 changes: 0 additions & 2 deletions develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ services:
mongo:
image: mongo:3.6.18-xenial
container_name: ca-mongo
logging:
driver: none
volumes:
- ./db:/data/db
idxMongo:
Expand Down
6 changes: 0 additions & 6 deletions dh_caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ services:
restart: unless-stopped
volumes:
- ./db:/data/db
logging:
driver: none
idxMongo:
image: mongo:3.6.18-xenial
container_name: ca-idx
logging:
driver: none
links:
- mongo
volumes:
Expand Down Expand Up @@ -47,7 +43,5 @@ services:
image: camicroscope/slideloader:latest
container_name: ca-load
restart: unless-stopped
logging:
driver: none
volumes:
- ./images/:/images/
8 changes: 3 additions & 5 deletions quip-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ services:
restart: unless-stopped
volumes:
- ./db:/data/db
logging:
driver: none
idxMongo:
image: mongo:3.6.18-xenial
container_name: ca-idx
Expand All @@ -28,9 +26,9 @@ services:
- ./images/:/data/images/
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.8.0"
context: "https://github.com/camicroscope/caracal.git#v3.8.2"
args:
viewer: "v3.8.1"
viewer: "v3.8.2"
depends_on:
- "mongo"
ports:
Expand All @@ -49,7 +47,7 @@ services:
build:
context: "https://github.com/SBU-BMI/PathDB.git#1.3.5"
args:
viewer: "v3.8.1"
viewer: "v3.8.2"
container_name: quip-pathdb
restart: unless-stopped
ports: ["443:443","80:80"]
Expand Down

0 comments on commit 6e2dd8b

Please sign in to comment.