File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ services:
2
+ exomiser-rest-prioritiser:
3
+ <<: *service_default
4
+ image: "${image_exomiser__name-quay.io/biocontainers/exomiser-rest-prioritiser}:\
5
+ ${image_exomiser__version-13.3.0--hdfd78af_0}"
6
+ command:
7
+ - "exomiser-rest-prioritiser"
8
+ - "-Xmx6G"
9
+ - "-Xms2G"
10
+ - "-Dserver.address=0.0.0.0"
11
+ - "-Dserver.port=80"
12
+ volumes:
13
+ - type: bind
14
+ source: ${config_basedir:-./.dev/config}/exomiser/application.properties
15
+ target: /application.properties
16
+ read_only: true
17
+ - type: bind
18
+ source: ${volumes_basedir:-./.dev/volumes}/exomiser
19
+ target: /data
20
+ read_only: true
Original file line number Diff line number Diff line change @@ -129,6 +129,12 @@ GUNICORN_WORKERS=16
129
129
# Version of the nginx image to use.
130
130
# image_nginx_version=1
131
131
132
+ # Name of the exomiser-rest-prioritiser image to use.
133
+ # image_exomiser__name=quay.io/biocontainers/exomiser-rest-prioritiser
134
+
135
+ # Version of the exomiser-rest-prioritiser image to use.
136
+ # image_exomiser__version=13.3.0--hdfd78af_0
137
+
132
138
# -- General Container Configuration -----------------------------------------
133
139
134
140
# Base directory for configuration.
You can’t perform that action at this time.
0 commit comments