mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-08 02:44:27 +01:00
omic test env
This commit is contained in:
15
itcc/modules/itcc-omics-ingest.yaml
Normal file
15
itcc/modules/itcc-omics-ingest.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
omics-endpoint:
|
||||
build: .
|
||||
image: samply/itcc-omics-ingest:workflow
|
||||
ports:
|
||||
- "8080:8040"
|
||||
environment:
|
||||
- UPLOAD_DIR=/data/uploads
|
||||
volumes:
|
||||
- ./uploads:/data/uploads
|
||||
labels:
|
||||
- "traefik.http.routers.omics.rule=Host(`${HOST}`) && PathPrefix(`/omics`)"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.services.omics.loadbalancer.server.port=8040"
|
||||
- "traefik.http.routers.omics.tls=true"
|
||||
@@ -2,7 +2,7 @@ version: "3.7"
|
||||
services:
|
||||
landing:
|
||||
container_name: lens_itcc_explorer
|
||||
image: ghcr.io/samply/itcc-explorer:pr-1
|
||||
image: ghcr.io/samply/itcc-explorer:fix-setup
|
||||
environment:
|
||||
HOST: "0.0.0.0"
|
||||
BIND_ADDR: "0.0.0.0:3000"
|
||||
@@ -24,6 +24,7 @@ services:
|
||||
BEAM_PROXY_ID: ${SITE_ID}
|
||||
BEAM_BROKER_ID: ${BROKER_ID}
|
||||
BEAM_APP_ID: "focus"
|
||||
# BEAM_APP_ID: "spot.${SITE_ID}.${BROKER_ID}"
|
||||
CORS_ORIGIN: "https://${HOST}"
|
||||
SITES: ${SITES}
|
||||
TRANSFORM: LENS
|
||||
|
||||
Reference in New Issue
Block a user