added prometheus bigbluebutton-exporter

This commit is contained in:
chandi
2020-07-24 19:08:17 +02:00
parent 656ace6096
commit 64c904119e
4 changed files with 28 additions and 0 deletions

View File

@ -33,4 +33,8 @@ if [ "$ENABLE_WEBHOOKS" == true ]; then
COMPOSE_FILES="$COMPOSE_FILES -f docker-compose.webhooks.yml"
fi
if [ "$ENABLE_PROMETHEUS_EXPORTER" == true ]; then
COMPOSE_FILES="$COMPOSE_FILES -f docker-compose.prometheus.yml"
fi
docker-compose $COMPOSE_FILES $@