CCE Teiler and Export (#323)

* Added Exporter to CCE

* Add Teiler to CCE

* Add EXPORTER_USER to adduser function
This commit is contained in:
djuarezgf
2025-06-25 15:53:29 +02:00
committed by GitHub
parent 92bc0557a3
commit a1cdc2659d
7 changed files with 173 additions and 35 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash -e
if [ "$ENABLE_TEILER" == true ];then
log INFO "Teiler setup detected -- will start Teiler services."
OVERRIDE+=" -f ./$PROJECT/modules/teiler-compose.yml"
TEILER_DEFAULT_LANGUAGE=EN
TEILER_DEFAULT_LANGUAGE_LOWER_CASE=${TEILER_DEFAULT_LANGUAGE,,}
fi