mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 16:10:14 +02:00
8 lines
225 B
Bash
8 lines
225 B
Bash
#!/bin/bash -e
|
|
|
|
if [ "$ENABLE_TEILER" == true ];then
|
|
log INFO "Teiler setup detected -- will start Teiler services."
|
|
OVERRIDE+=" -f ./$PROJECT/modules/teiler-compose.yml"
|
|
add_public_oidc_redirect_url "/ccp-teiler/*"
|
|
fi
|