Skip to content

Commit

Permalink
Mount bigbluebutton-release in bbb_exporter
Browse files Browse the repository at this point in the history
This is needed for bbb_exporter to export the deployed BBB version.
  • Loading branch information
Chasethechicken authored Nov 26, 2023
1 parent 8f0fae1 commit c31be1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/monitoring/docker-compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
image: greenstatic/bigbluebutton-exporter:{{ bbb_monitoring_exporter_version }}
network_mode: host
volumes:
- "/etc/bigbluebutton/bigbluebutton-release:/etc/bigbluebutton/bigbluebutton-release:ro"
# Can be removed if `RECORDINGS_METRICS_READ_FROM_DISK` is set to false (or omitted).
# See https://bigbluebutton-exporter.greenstatic.dev/exporter-user-guide/#optimizations for details.
- "/var/bigbluebutton:/var/bigbluebutton:ro"
Expand Down

0 comments on commit c31be1e

Please sign in to comment.