mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 06:50:14 +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
|
||||
OVERRIDE+=" -f ./$PROJECT/modules/mtba-compose.yml"
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
function teilerSetup() {
|
||||
if [ -n "$ENABLE_TEILER" ];then
|
||||
log INFO "Teiler setup detected -- will start Teiler service."
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
function teilerUiSetup() {
|
||||
if [ -n "$ENABLE_TEILER" ];then
|
||||
log INFO "Teiler-UI setup detected -- will start Teiler-UI services."
|
||||
|
Reference in New Issue
Block a user