mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 04:50:15 +02:00
Added comments explaining how things have been changed for local testing
This commit is contained in:
@ -20,6 +20,9 @@ services:
|
||||
- "traefik.http.routers.blaze_ccp.middlewares=ccp_b_strip,auth"
|
||||
- "traefik.http.routers.blaze_ccp.tls=true"
|
||||
|
||||
# Modification needed for running in a test mode
|
||||
# Commented out so that the Bridgehead can run without Beam.
|
||||
|
||||
# focus:
|
||||
# image: docker.verbis.dkfz.de/cache/samply/focus:0.4.4
|
||||
# container_name: bridgehead-focus
|
||||
@ -35,6 +38,9 @@ services:
|
||||
## - "beam-proxy"
|
||||
# - "blaze"
|
||||
|
||||
# Modification needed for running in a test mode
|
||||
# Commented out so that the Bridgehead can run without Beam.
|
||||
|
||||
# beam-proxy:
|
||||
# image: docker.verbis.dkfz.de/cache/samply/beam-proxy:develop
|
||||
# container_name: bridgehead-beam-proxy
|
||||
|
@ -47,8 +47,10 @@ services:
|
||||
TEILER_ADMIN: "${OIDC_ADMIN_GROUP}"
|
||||
REPORTER_DEFAULT_TEMPLATE_ID: "ccp-qb"
|
||||
EXPORTER_DEFAULT_TEMPLATE_ID: "ccp"
|
||||
# Modification needed for running in a test mode
|
||||
APPLICATION_PORT: "8080"
|
||||
CONFIG_ENV_VAR_PATH: "/run/secrets/ccp.conf"
|
||||
# Modification needed for running in a test mode
|
||||
secrets:
|
||||
- ccp.conf
|
||||
|
||||
|
Reference in New Issue
Block a user