feat(web): mount load-test volume to expose load-test client from host (#1910)

* feat(web): mount load-test volume to expose load-test client from host

* use web subdir
This commit is contained in:
Aaron van Meerten
2024-09-27 09:12:46 -05:00
committed by GitHub
parent b726312ee7
commit c9b66792ef

View File

@@ -12,6 +12,7 @@ services:
- ${CONFIG}/web:/config:Z - ${CONFIG}/web:/config:Z
- ${CONFIG}/web/crontabs:/var/spool/cron/crontabs:Z - ${CONFIG}/web/crontabs:/var/spool/cron/crontabs:Z
- ${CONFIG}/transcripts:/usr/share/jitsi-meet/transcripts:Z - ${CONFIG}/transcripts:/usr/share/jitsi-meet/transcripts:Z
- ${CONFIG}/web/load-test:/usr/share/jitsi-meet/load-test:Z
labels: labels:
service: "jitsi-web" service: "jitsi-web"
environment: environment: