mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 16:10:14 +02:00
fix: Ensure transfair can properly communicate with the fhir server for requests (#304)
This commit is contained in:
@ -63,9 +63,9 @@ services:
|
|||||||
|
|
||||||
transfair-request-blaze:
|
transfair-request-blaze:
|
||||||
image: docker.verbis.dkfz.de/cache/samply/blaze:${BLAZE_TAG}
|
image: docker.verbis.dkfz.de/cache/samply/blaze:${BLAZE_TAG}
|
||||||
container_name: bridgehead-transfair-requests-blaze
|
container_name: bridgehead-transfair-request-blaze
|
||||||
environment:
|
environment:
|
||||||
BASE_URL: "http://bridgehead-transfair-requests-blaze:8080"
|
BASE_URL: "http://bridgehead-transfair-request-blaze:8080"
|
||||||
JAVA_TOOL_OPTIONS: "-Xmx1024m"
|
JAVA_TOOL_OPTIONS: "-Xmx1024m"
|
||||||
DB_BLOCK_CACHE_SIZE: 1024
|
DB_BLOCK_CACHE_SIZE: 1024
|
||||||
CQL_EXPR_CACHE_SIZE: 8
|
CQL_EXPR_CACHE_SIZE: 8
|
||||||
|
@ -15,7 +15,7 @@ function transfairSetup() {
|
|||||||
log INFO "TransFAIR request fhir store set to external $FHIR_REQUEST_URL"
|
log INFO "TransFAIR request fhir store set to external $FHIR_REQUEST_URL"
|
||||||
else
|
else
|
||||||
log INFO "TransFAIR request fhir store not set writing to internal blaze"
|
log INFO "TransFAIR request fhir store not set writing to internal blaze"
|
||||||
FHIR_REQUEST_URL="http://transfair-requests-blaze:8080"
|
FHIR_REQUEST_URL="http://transfair-request-blaze:8080"
|
||||||
OVERRIDE+=" --profile transfair-request-blaze"
|
OVERRIDE+=" --profile transfair-request-blaze"
|
||||||
fi
|
fi
|
||||||
if [ -n "$TTP_GW_SOURCE" ]; then
|
if [ -n "$TTP_GW_SOURCE" ]; then
|
||||||
|
Reference in New Issue
Block a user