mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 21:50:14 +02:00
Rename Teiler Backend, Teiler Dashboard and Teiler Orchestrator
This commit is contained in:
6
ccp/modules/teiler-setup.sh
Normal file
6
ccp/modules/teiler-setup.sh
Normal 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
|
Reference in New Issue
Block a user