mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 15:00:15 +02:00
Add nngm and exliquid modules
This commit is contained in:
0
ccp/modules/exliquid-compose.yml
Normal file
0
ccp/modules/exliquid-compose.yml
Normal file
0
ccp/modules/exliquid-setup.sh
Normal file
0
ccp/modules/exliquid-setup.sh
Normal file
@ -9,4 +9,4 @@ function mtbaSetup() {
|
|||||||
fi
|
fi
|
||||||
OVERRIDE+=" -f ./$PROJECT/modules/mtba-compose.yml"
|
OVERRIDE+=" -f ./$PROJECT/modules/mtba-compose.yml"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
function teilerSetup() {
|
function teilerSetup() {
|
||||||
if [ -n "$ENABLE_TEILER" ];then
|
if [ -n "$ENABLE_TEILER" ];then
|
||||||
log INFO "Teiler setup detected -- will start Teiler service."
|
log INFO "Teiler setup detected -- will start Teiler service."
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
function teilerUiSetup() {
|
function teilerUiSetup() {
|
||||||
if [ -n "$ENABLE_TEILER" ];then
|
if [ -n "$ENABLE_TEILER" ];then
|
||||||
log INFO "Teiler-UI setup detected -- will start Teiler-UI services."
|
log INFO "Teiler-UI setup detected -- will start Teiler-UI services."
|
||||||
|
Reference in New Issue
Block a user