dkfz-module

This commit is contained in:
Threated
2026-07-22 15:04:17 +02:00
parent c1b12eb003
commit d985711f95
3 changed files with 87 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
function dkfzSetup() {
if [ "${ENABLE_DKFZ:-}" == "true" ]; then
log INFO "DKFZ TransFAIR setup detected -- will start TransFAIR and Beam.Connect."
DKFZ_TRANSFAIR_BEAM_SECRET="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)"
OVERRIDE+=" -f ./dhki/modules/dkfz-compose.yml"
fi
}