6ebbe44528
We set the START_AUDIO_MUTE value in our docker compose .env file, but we didn't pass that value through to the container via the environment setting in docker-compose.yaml. Fix this so that the jitsi meet config templating can write out the expected config with the new value. Change-Id: I3dbebad3ce67a8787ffd31c0db8d9583fe988e50 |
||
---|---|---|
.. | ||
defaults | ||
files | ||
tasks | ||
templates | ||
README.rst |
Install, configure, and run jitsi-meet.
Note that the Jitsi Meet docker images supply template files in /defaults on the image. These template files are used to generate configs in /config on the image (/var/jitsi-meet on the host) using the docker-compose .env file and its vars.
If we need to make changes to the configs we need to bind mount in a modified template file so that the config file generation produces what we expect. If we try to write the configs files ourselves then when jitsi meet restarts we will lose those configs until the next ansible run.