Adapt teiler-ui to traefik

This commit is contained in:
juarez
2023-03-22 14:41:07 +01:00
parent 4331cb11de
commit 1d11c0227e
6 changed files with 59 additions and 217 deletions

View File

@@ -4,4 +4,3 @@ if [ "$ENABLE_TEILER" == true ];then
log INFO "Teiler-UI setup detected -- will start Teiler-UI services."
OVERRIDE+=" -f ./$PROJECT/modules/teiler-ui-compose.yml"
fi
KEYCLOAK_DB_PASSWORD="$(echo \"This is a salt string to generate one consistent password. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"