mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 02:30:15 +02:00
Compare commits
1 Commits
develop
...
transfair-
Author | SHA1 | Date | |
---|---|---|---|
2aba826388 |
@ -399,7 +399,6 @@ The Exporter is a dedicated service for extracting and exporting Bridgehead data
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
ENABLE_EXPORTER=true
|
ENABLE_EXPORTER=true
|
||||||
```
|
|
||||||
|
|
||||||
#### Data Quality Report
|
#### Data Quality Report
|
||||||
To assess the quality and plausibility of your imported data, the Reporter component is pre-configured to generate Excel reports with data quality metrics and statistical analyses. Reporter is part of the Exporter and can be enabled by setting the same environment variable in your `<PROJECT>.conf` file:
|
To assess the quality and plausibility of your imported data, the Reporter component is pre-configured to generate Excel reports with data quality metrics and statistical analyses. Reporter is part of the Exporter and can be enabled by setting the same environment variable in your `<PROJECT>.conf` file:
|
||||||
|
@ -10,7 +10,6 @@ services:
|
|||||||
- TTP_GW_SOURCE
|
- TTP_GW_SOURCE
|
||||||
- TTP_GW_EPIX_DOMAIN
|
- TTP_GW_EPIX_DOMAIN
|
||||||
- TTP_GW_GPAS_DOMAIN
|
- TTP_GW_GPAS_DOMAIN
|
||||||
- TTP_TYPE
|
|
||||||
- TTP_AUTH
|
- TTP_AUTH
|
||||||
- PROJECT_ID_SYSTEM
|
- PROJECT_ID_SYSTEM
|
||||||
- FHIR_REQUEST_URL=${FHIR_REQUEST_URL}
|
- FHIR_REQUEST_URL=${FHIR_REQUEST_URL}
|
||||||
@ -26,6 +25,7 @@ services:
|
|||||||
- TLS_DISABLE=${TRANSFAIR_TLS_DISABLE:-false}
|
- TLS_DISABLE=${TRANSFAIR_TLS_DISABLE:-false}
|
||||||
- NO_PROXY=${TRANSFAIR_NO_PROXIES}
|
- NO_PROXY=${TRANSFAIR_NO_PROXIES}
|
||||||
- ALL_PROXY=http://forward_proxy:3128
|
- ALL_PROXY=http://forward_proxy:3128
|
||||||
|
command: dic ${TTP_TYPE}
|
||||||
volumes:
|
volumes:
|
||||||
- /var/cache/bridgehead/${PROJECT}/transfair:/transfair
|
- /var/cache/bridgehead/${PROJECT}/transfair:/transfair
|
||||||
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
|
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
|
||||||
|
Reference in New Issue
Block a user