Fixed links to bbmri, instead of ccp

This commit is contained in:
Patrick Skowronek 2022-10-28 08:23:55 +02:00
parent 6a27b9a5ad
commit c7f727afff
1 changed files with 17 additions and 17 deletions

View File

@ -39,24 +39,24 @@ services:
volumes: volumes:
- /etc/bridgehead/trusted-ca-certs:/docker/custom-certs/:ro - /etc/bridgehead/trusted-ca-certs:/docker/custom-certs/:ro
# landing: landing:
# container_name: bridgehead-landingpage container_name: bridgehead-landingpage
# image: samply/bridgehead-landingpage:master image: samply/bridgehead-landingpage:master
# labels: labels:
# - "traefik.enable=true" - "traefik.enable=true"
# - "traefik.http.routers.landing.rule=PathPrefix(`/`)" - "traefik.http.routers.landing.rule=PathPrefix(`/`)"
# - "traefik.http.services.landing.loadbalancer.server.port=80" - "traefik.http.services.landing.loadbalancer.server.port=80"
# - "traefik.http.routers.landing.tls=true" - "traefik.http.routers.landing.tls=true"
# environment: environment:
# HOST: ${HOST} HOST: ${HOST}
# PROJECT: ${PROJECT} PROJECT: ${PROJECT}
# SITE_NAME: ${SITE_NAME} SITE_NAME: ${SITE_NAME}
blaze: blaze:
image: "samply/blaze:0.18" image: "samply/blaze:0.18"
container_name: bridgehead-ccp-blaze container_name: bridgehead-bbmri-blaze
environment: environment:
BASE_URL: "http://bridgehead-ccp-blaze:8080" BASE_URL: "http://bridgehead-bbmri-blaze:8080"
JAVA_TOOL_OPTIONS: "-Xmx4g" JAVA_TOOL_OPTIONS: "-Xmx4g"
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
ENFORCE_REFERENTIAL_INTEGRITY: "false" ENFORCE_REFERENTIAL_INTEGRITY: "false"
@ -65,8 +65,8 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.middlewares.ccp-auth.basicauth.users=${bc_auth_users}" - "traefik.http.middlewares.ccp-auth.basicauth.users=${bc_auth_users}"
- "traefik.http.routers.blaze_ccp.rule=PathPrefix(`/ccp-localdatamanagement`)" - "traefik.http.routers.blaze_ccp.rule=PathPrefix(`/bbmri-localdatamanagement`)"
- "traefik.http.middlewares.ccp_b_strip.stripprefix.prefixes=/ccp-localdatamanagement" - "traefik.http.middlewares.ccp_b_strip.stripprefix.prefixes=/bbmri-localdatamanagement"
- "traefik.http.services.blaze_ccp.loadbalancer.server.port=8080" - "traefik.http.services.blaze_ccp.loadbalancer.server.port=8080"
- "traefik.http.routers.blaze_ccp.middlewares=ccp_b_strip,ccp-auth" - "traefik.http.routers.blaze_ccp.middlewares=ccp_b_strip,ccp-auth"
- "traefik.http.routers.blaze_ccp.tls=true" - "traefik.http.routers.blaze_ccp.tls=true"
@ -78,7 +78,7 @@ services:
SECRET: ${SPOT_BEAM_SECRET_LONG} SECRET: ${SPOT_BEAM_SECRET_LONG}
APPID: spot APPID: spot
PROXY_ID: ${PROXY_ID} PROXY_ID: ${PROXY_ID}
LDM_URL: http://bridgehead-ccp-blaze:8080/fhir LDM_URL: http://bridgehead-bbmri-blaze:8080/fhir
BEAM_PROXY: http://beam-proxy:8081 BEAM_PROXY: http://beam-proxy:8081
depends_on: depends_on:
- "beam-proxy" - "beam-proxy"