feat: nNGM project

This commit is contained in:
David Juarez
2025-09-12 14:32:45 +02:00
parent eab7700404
commit ebb6ea1a2f
8 changed files with 280 additions and 0 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=DE
TEILER_DEFAULT_LANGUAGE_LOWER_CASE=${TEILER_DEFAULT_LANGUAGE,,}
fi