release: stable-9955

* 3ba77e1 feat(prosody) - Added TURN_USERNAME and TURN_PASSWORD (#1989)
* 82e98d2 web: Added P2P_STUN_SERVERS environment variable (#1990)
* 02499f8 feat(grafana): prosody monitoring dashboard created (#1879)
* 3af0725 web: add option param for Automatic Gain Control
* 9bc57e2 misc: working on unstable
This commit is contained in:
Saúl Ibarra Corretgé
2025-01-13 16:13:20 +01:00
parent 3ba77e1964
commit 3659eb6922
5 changed files with 17 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ version: '3.5'
services:
transcriber:
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-9955}
restart: ${RESTART_POLICY:-unless-stopped}
volumes:
- ${CONFIG}/transcriber:/config:Z