Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V11.15.9 #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appinfo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Molgenis EMX2",
"short_name": "Molgenis EMX2",
"version": "v8.203.0",
"version": "v11.15.9",
"description": "For biologists MOLGENIS is a suite of web databases for genotype, phenotype, QTL and analysis pipelines. / For bioinformaticians MOLGENIS is software generator to rapidly build web databases that make your biologists happy.",
"short_description": "EXCEL in the Web",
"catalogue_url": "",
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ networks:

services:
bibbox-postgres:
image: postgres:14-alpine
image: postgres:15-alpine
restart: unless-stopped
networks:
- bibbox-default-network
environment:
Expand All @@ -26,7 +27,7 @@ services:
retries: 5

bibbox-emx2:
image: molgenis/molgenis-emx2:8.203.0
image: molgenis/molgenis-emx2:11.15.9
networks:
- bibbox-default-network
restart: unless-stopped
Expand All @@ -39,7 +40,6 @@ services:
depends_on:
bibbox-postgres:
condition: service_healthy
restart: on-failure
links:
- bibbox-postgres:postgres
- bibbox-ssr-catalogue:ssr-catalogue
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ networks:

services:
§§INSTANCE-molgenis-emxtwo-postgres:
image: postgres:14-alpine
image: postgres:15-alpine
restart: unless-stopped
container_name: §§INSTANCE-molgenis-emxtwo-postgres
networks:
- bibbox-default-network
Expand All @@ -27,7 +28,7 @@ services:
retries: 5

§§INSTANCE-molgenis-emxtwo:
image: molgenis/molgenis-emx2:8.203.0
image: molgenis/molgenis-emx2:11.15.9
container_name: §§INSTANCE-molgenis-emxtwo
networks:
- bibbox-default-network
Expand All @@ -41,7 +42,6 @@ services:
depends_on:
§§INSTANCE-molgenis-emxtwo-postgres:
condition: service_healthy
restart: on-failure
links:
- §§INSTANCE-molgenis-emxtwo-postgres:postgres
- §§INSTANCE-molgenis-emxtwo-ssr-catalogue:ssr-catalogue
Expand Down