bridgehead/bbmri/docker-compose.yml

31 lines
1.0 KiB
YAML
Raw Permalink Normal View History

2022-10-25 11:45:01 +02:00
version: "3.7"
2023-08-07 13:00:37 +02:00
# This includes only the shared persistence for BBMRI-ERIC and GBN. Federation components are included as modules, see vars.
2022-10-25 11:45:01 +02:00
services:
blaze:
2023-05-16 11:57:27 +02:00
image: docker.verbis.dkfz.de/cache/samply/blaze:latest
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"
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