bridgehead/common/fhir2sql-setup.sh

8 lines
264 B
Bash
Raw Permalink Normal View History

2024-07-01 14:54:04 +02:00
#!/bin/bash -e
2024-07-30 09:24:07 +02:00
if [ "$ENABLE_FHIR2SQL" == true ]; then
2024-07-01 14:54:04 +02:00
log INFO "Dashboard setup detected -- will start Dashboard backend and FHIR2SQL service."
OVERRIDE+=" -f ./common/fhir2sql-compose.yml"
DASHBOARD_DB_PASSWORD="$(generate_simple_password 'fhir2sql')"
2024-07-01 14:54:04 +02:00
fi