mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 04:50:15 +02:00
Updated gbn docker-compose
This commit is contained in:
@ -38,10 +38,6 @@ then
|
||||
<td><a href=\"https://dktk-kne.kgu.de\">Zentraler Kontrollnummernerzeuger</td>
|
||||
</tr>
|
||||
"
|
||||
fi
|
||||
|
||||
if [ "$project" = "ccp" ]
|
||||
then
|
||||
LOCAL_SERVICES+=" <tr>
|
||||
<td>CCP</td>
|
||||
<td><a href=\"https://${HOST}/cpp-localdatamanagement/fhir/\">Blaze</a></td>
|
||||
@ -49,6 +45,24 @@ then
|
||||
"
|
||||
fi
|
||||
|
||||
if [ "$project" = "gbn" ]
|
||||
then
|
||||
CENTRAL_SERVICES+=" <tr>
|
||||
<td>GBN</td>
|
||||
<td><a href=\"https://samplelocator.bbmri.de/search\">Sample Locator</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>GBN</td>
|
||||
<td><a href=\"https://negotiator.bbmri-eric.eu/login.xhtml\">Negotiator</td>
|
||||
</tr>
|
||||
"
|
||||
LOCAL_SERVICES+=" <tr>
|
||||
<td>CCP</td>
|
||||
<td><a href=\"https://${HOST}/gbn-localdatamanagement/fhir/\">Blaze</a></td>
|
||||
</tr>
|
||||
"
|
||||
fi
|
||||
|
||||
cat > ./landing/index.html <<EOL
|
||||
<html lang="en">
|
||||
|
||||
|
Reference in New Issue
Block a user