Updated gbn docker-compose

This commit is contained in:
Patrick Skowronek
2022-05-09 08:09:14 +02:00
parent 0fce958f44
commit 445add6d30
3 changed files with 66 additions and 44 deletions

View File

@ -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">