breakmorestuff: hardcoded ccp in modules

This commit is contained in:
Torben Brenner
2024-10-17 15:23:04 +02:00
committed by David Juarez
parent 53be4c09d6
commit 05cc2d49ed
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
if [ "$ENABLE_TEILER" == true ];then
log INFO "Teiler setup detected -- will start Teiler services."
OVERRIDE+=" -f ./$PROJECT/modules/teiler-compose.yml"
OVERRIDE+=" -f ./ccp/modules/teiler-compose.yml"
TEILER_DEFAULT_LANGUAGE=DE
TEILER_DEFAULT_LANGUAGE_LOWER_CASE=${TEILER_DEFAULT_LANGUAGE,,}
add_public_oidc_redirect_url "/ccp-teiler/*"