Rename Teiler Backend, Teiler Dashboard and Teiler Orchestrator

This commit is contained in:
juarez
2023-08-17 18:10:12 +02:00
parent 14aece46f7
commit 2b3eabe95c
6 changed files with 82 additions and 82 deletions

View File

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