feat: add nNGM project (#340)

This commit is contained in:
djuarezgf
2025-11-06 16:47:50 +01:00
committed by GitHub
parent 230ff1debb
commit 58d3e6487c
10 changed files with 285 additions and 1 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