mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 20:40: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
@ -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