mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-15 23:27:55 +02:00
added prometheus bigbluebutton-exporter
This commit is contained in:
@ -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 $@
|
||||
|
Reference in New Issue
Block a user