Added container name for monitoring apps and moved them into respective compose files

This commit is contained in:
Patrick Skowronek
2023-09-07 08:16:47 +02:00
parent 6fa587fe4f
commit 4537617cd0
7 changed files with 28 additions and 10 deletions

View File

@ -6,7 +6,6 @@
FOCUS_RETRY_COUNT=32
PRIVATEKEYFILENAME=/etc/bridgehead/pki/${SITE_ID}.priv.pem
MONITORING_BEAM_SECRET_SHORT="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)"
for module in $PROJECT/modules/*.sh
do