2022-10-25 11:45:01 +02:00
|
|
|
version: "3.7"
|
|
|
|
|
2024-03-15 09:35:49 +01:00
|
|
|
# This includes only the shared persistence for BBMRI-ERIC and GBN and EHDS2. Federation components are included as modules, see vars.
|
2023-08-07 13:00:37 +02:00
|
|
|
|
2022-10-25 11:45:01 +02:00
|
|
|
services:
|
|
|
|
blaze:
|
2024-07-02 14:05:38 +02:00
|
|
|
#image: docker.verbis.dkfz.de/cache/samply/blaze:latest
|
|
|
|
# Blaze versions 0.26 and 0.27 do not return anything when you run a
|
|
|
|
# CQL query, so I am pinning the version at 0.25.
|
|
|
|
image: samply/blaze:0.25
|
2022-10-28 08:23:55 +02:00
|
|
|
container_name: bridgehead-bbmri-blaze
|
2022-10-25 11:45:01 +02:00
|
|
|
environment:
|
2022-10-28 08:23:55 +02:00
|
|
|
BASE_URL: "http://bridgehead-bbmri-blaze:8080"
|
2022-10-25 11:45:01 +02:00
|
|
|
JAVA_TOOL_OPTIONS: "-Xmx4g"
|
|
|
|
LOG_LEVEL: "debug"
|
|
|
|
ENFORCE_REFERENTIAL_INTEGRITY: "false"
|
|
|
|
volumes:
|
|
|
|
- "blaze-data:/app/data"
|
|
|
|
labels:
|
|
|
|
- "traefik.enable=true"
|
2022-10-28 08:23:55 +02:00
|
|
|
- "traefik.http.routers.blaze_ccp.rule=PathPrefix(`/bbmri-localdatamanagement`)"
|
|
|
|
- "traefik.http.middlewares.ccp_b_strip.stripprefix.prefixes=/bbmri-localdatamanagement"
|
2022-10-25 11:45:01 +02:00
|
|
|
- "traefik.http.services.blaze_ccp.loadbalancer.server.port=8080"
|
2022-11-03 17:19:15 +01:00
|
|
|
- "traefik.http.routers.blaze_ccp.middlewares=ccp_b_strip,auth"
|
2022-10-25 11:45:01 +02:00
|
|
|
- "traefik.http.routers.blaze_ccp.tls=true"
|
2024-03-15 09:35:49 +01:00
|
|
|
ports:
|
|
|
|
- "8081:8080"
|
2022-10-25 11:45:01 +02:00
|
|
|
|
|
|
|
volumes:
|
|
|
|
blaze-data:
|
|
|
|
|
2023-08-07 13:00:37 +02:00
|
|
|
# used in modules *-locator.yml
|
2022-10-25 11:45:01 +02:00
|
|
|
secrets:
|
|
|
|
proxy.pem:
|
|
|
|
file: /etc/bridgehead/pki/${SITE_ID}.priv.pem
|