Skip to content

Commit

Permalink
Merge pull request #181 from camicroscope/develop
Browse files Browse the repository at this point in the history
For 3.9.9
  • Loading branch information
birm authored Nov 8, 2021
2 parents 202ba25 + 57ddb21 commit b56e8c4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
mongo:
image: mongo:4.0-xenial
image: mongo:4.2-bionic
container_name: ca-mongo
restart: always
logging:
Expand All @@ -12,7 +12,7 @@ services:
volumes:
- ./db:/data/db
idxMongo:
image: mongo:4.0-xenial
image: mongo:4.2-bionic
container_name: ca-idx
links:
- mongo
Expand All @@ -29,7 +29,7 @@ services:
build:
context: "https://github.com/camicroscope/caracal.git#v3.9.8"
args:
viewer: "v3.9.8"
viewer: "v3.9.9"
depends_on:
- "mongo"
ports:
Expand Down
4 changes: 2 additions & 2 deletions develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version: '2'

services:
mongo:
image: mongo:4.0-xenial
image: mongo:4.2-bionic
container_name: ca-mongo
volumes:
- ./db:/data/db
idxMongo:
image: mongo:4.0-xenial
image: mongo:4.2-bionic
container_name: ca-idx
links:
- mongo
Expand Down
4 changes: 2 additions & 2 deletions dh_caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: '3'

services:
mongo:
image: mongo:4.0-xenial
image: mongo:4.2-bionic
container_name: ca-mongo
restart: unless-stopped
volumes:
- ./db:/data/db
idxMongo:
image: mongo:4.0-xenial
image: mongo:4.2-bionic
container_name: ca-idx
links:
- mongo
Expand Down
8 changes: 4 additions & 4 deletions quip-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: '3'

services:
mongo:
image: mongo:4.0-xenial
image: mongo:4.2-bionic
container_name: ca-mongo
restart: unless-stopped
volumes:
- ./db:/data/db
idxMongo:
image: mongo:4.0-xenial
image: mongo:4.2-bionic
container_name: ca-idx
links:
- mongo
Expand All @@ -28,7 +28,7 @@ services:
build:
context: "https://github.com/camicroscope/caracal.git#v3.9.8"
args:
viewer: "v3.9.8"
viewer: "v3.9.9"
depends_on:
- "mongo"
ports:
Expand All @@ -48,7 +48,7 @@ services:
build:
context: "https://github.com/SBU-BMI/PathDB.git#1.7.1"
args:
viewer: "v3.9.8"
viewer: "v3.9.9"
container_name: quip-pathdb
restart: unless-stopped
ports: ["443:443","80:80"]
Expand Down

0 comments on commit b56e8c4

Please sign in to comment.