mirror of
https://github.com/samply/bridgehead.git
synced 2025-09-12 09:30:24 +02:00
feat: add scout module (#339)
This commit is contained in:
8
modules/scout-setup.sh
Normal file
8
modules/scout-setup.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
function scoutSetup() {
|
||||
if [[ -n "$ENABLE_SCOUT" && -n "$SCOUT_BASIC_AUTH_USERS" ]]; then
|
||||
echo "Starting scout."
|
||||
OVERRIDE+=" -f ./modules/scout-compose.yml"
|
||||
fi
|
||||
}
|
Reference in New Issue
Block a user