Skip to content

Commit 0c5f099

Browse files
committed
remove wrong start commands from docker compose github
1 parent 292bec7 commit 0c5f099

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

compose_github.yaml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ services:
171171

172172
qtp-biom:
173173
image: ghcr.io/jlab/qiita-keycloak/qtp-biom:testcandidate
174-
command: ['./start_qtp-biom.sh']
175-
# network_mode: host
176-
# stdin_open: true
177-
# tty: true
178174
restart: no
179175
volumes:
180176
- qiita-data:/qiita_data
@@ -187,10 +183,6 @@ services:
187183

188184
qtp-sequencing:
189185
image: ghcr.io/jlab/qiita-keycloak/qtp-sequencing:testcandidate
190-
command: ['./start_qtp-sequencing.sh']
191-
# network_mode: host
192-
# stdin_open: true
193-
# tty: true
194186
restart: no
195187
volumes:
196188
- qiita-data:/qiita_data
@@ -209,10 +201,6 @@ services:
209201

210202
qp-target-gene:
211203
image: ghcr.io/jlab/qiita-keycloak/qp-target-gene:testcandidate
212-
command: ['./start_qp-target-gene.sh']
213-
# network_mode: host
214-
# stdin_open: true
215-
# tty: true
216204
restart: no
217205
volumes:
218206
- qiita-data:/qiita_data
@@ -226,10 +214,6 @@ services:
226214

227215
qtp-visualization:
228216
image: ghcr.io/jlab/qiita-keycloak/qtp-visualization:testcandidate
229-
command: ['./start_qtp-visualization.sh']
230-
# network_mode: host
231-
# stdin_open: true
232-
# tty: true
233217
restart: no
234218
volumes:
235219
- qiita-data:/qiita_data
@@ -242,10 +226,6 @@ services:
242226

243227
qtp-diversity:
244228
image: ghcr.io/jlab/qiita-keycloak/qtp-diversity:testcandidate
245-
command: ['./start_qtp-diversity.sh']
246-
# network_mode: host
247-
# stdin_open: true
248-
# tty: true
249229
restart: no
250230
volumes:
251231
- qiita-data:/qiita_data
@@ -258,7 +238,6 @@ services:
258238

259239
qp-deblur:
260240
image: ghcr.io/jlab/qiita-keycloak/qp-deblur:testcandidate
261-
command: ['./start_qp-deblur.sh']
262241
restart: no
263242
volumes:
264243
- qiita-data:/qiita_data
@@ -272,10 +251,6 @@ services:
272251

273252
qp-qiime2:
274253
image: ghcr.io/jlab/qiita-keycloak/qp-qiime2:testcandidate
275-
command: ['./start_qp-qiime2.sh']
276-
# network_mode: host
277-
# stdin_open: true
278-
# tty: true
279254
restart: no
280255
volumes:
281256
- qiita-data:/qiita_data
@@ -289,10 +264,6 @@ services:
289264

290265
qtp-job-output-folder:
291266
image: ghcr.io/jlab/qiita-keycloak/qtp-job-output-folder:testcandidate
292-
command: ['./start_qtp-job-output-folder.sh']
293-
# network_mode: host
294-
# stdin_open: true
295-
# tty: true
296267
restart: no
297268
volumes:
298269
- qiita-data:/qiita_data

0 commit comments

Comments
 (0)