Skip to content

Commit

Permalink
Merge pull request #369 from Chasethechicken/fix-bbb-exporter
Browse files Browse the repository at this point in the history
Fix bbb_exporter docker deployment
  • Loading branch information
BrutalBirdie authored Nov 30, 2023
2 parents 8f0fae1 + c31be1e commit 40a7bed
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 40a7bed

Please sign in to comment.