mirror of
https://github.com/samply/bridgehead.git
synced 2025-10-14 02:00:25 +02:00
fix spot and use proper lens
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3.7"
|
|||||||
services:
|
services:
|
||||||
landing:
|
landing:
|
||||||
container_name: lens_federated-search
|
container_name: lens_federated-search
|
||||||
image: docker.verbis.dkfz.de/dashboard/pscc-explorer
|
image: docker.verbis.dkfz.de/ccp/lens:${SITE_ID}
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.landing.rule=PathPrefix(`/`)"
|
- "traefik.http.routers.landing.rule=PathPrefix(`/`)"
|
||||||
@@ -19,9 +19,8 @@ services:
|
|||||||
BEAM_SECRET: "${FOCUS_BEAM_SECRET_SHORT}"
|
BEAM_SECRET: "${FOCUS_BEAM_SECRET_SHORT}"
|
||||||
BEAM_PROXY_URL: http://beam-proxy:8081
|
BEAM_PROXY_URL: http://beam-proxy:8081
|
||||||
BEAM_APP_ID: "spot.${SITE_ID}.${BROKER_ID}"
|
BEAM_APP_ID: "spot.${SITE_ID}.${BROKER_ID}"
|
||||||
#CORS_ORIGIN: "https://${GUI_HOST}"
|
CORS_ORIGIN: "https://${HOST}"
|
||||||
CORS_ORIGIN: "https://127.0.0.1"
|
SITES: "${SITE_ID}"
|
||||||
SITES: "pscc-dkfz"
|
|
||||||
TRANSFORM: LENS
|
TRANSFORM: LENS
|
||||||
BIND_ADDR: 0.0.0.0:8055
|
BIND_ADDR: 0.0.0.0:8055
|
||||||
RUST_LOG: "debug"
|
RUST_LOG: "debug"
|
||||||
@@ -34,8 +33,7 @@ services:
|
|||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.services.spot.loadbalancer.server.port=8055"
|
- "traefik.http.services.spot.loadbalancer.server.port=8055"
|
||||||
- "traefik.http.middlewares.corsheaders2.headers.accesscontrolallowmethods=GET,OPTIONS,POST"
|
- "traefik.http.middlewares.corsheaders2.headers.accesscontrolallowmethods=GET,OPTIONS,POST"
|
||||||
#- "traefik.http.middlewares.corsheaders2.headers.accesscontrolalloworiginlist=https://${HOST}"
|
- "traefik.http.middlewares.corsheaders2.headers.accesscontrolalloworiginlist=https://${HOST}"
|
||||||
- "traefik.http.middlewares.corsheaders2.headers.accesscontrolalloworiginlist=http://localhost:3000"
|
|
||||||
- "traefik.http.middlewares.corsheaders2.headers.accesscontrolallowcredentials=true"
|
- "traefik.http.middlewares.corsheaders2.headers.accesscontrolallowcredentials=true"
|
||||||
- "traefik.http.middlewares.corsheaders2.headers.accesscontrolmaxage=-1"
|
- "traefik.http.middlewares.corsheaders2.headers.accesscontrolmaxage=-1"
|
||||||
- "traefik.http.routers.spot.rule=Host(`${HOST}`) && PathPrefix(`/backend`)"
|
- "traefik.http.routers.spot.rule=Host(`${HOST}`) && PathPrefix(`/backend`)"
|
||||||
|
Reference in New Issue
Block a user