release: stable-6433
*487bccajvb: try to use the correct IP as the default server ID *9e982feexamples: move to jitsi-contrib *192a623jvb: add ability to configure the shutdown API *5dcf7b4compose: changed REACTIONS env variable name in docker-compose file *d94f4b6jvb: remove unneeded alias *7cd71a2jibri: default to recording in 720p *bee4b6ajibri: use new configuration file *76a16a8jvb: use modern config for ice4j *18ac85bjibri: allow graceful shutdown of the container *3c19ed6jibri: uppdate Chrome to version 94 *b858b37base-java: update to Java 11 *2061b86misc: enable features by default *343062bmisc: fix/ improve shebang compatibility *ff8c1c2web: regenerate interface_config.js on every boot *bda1502prosody: simplify code *cfd8d3cweb: add config options for polls and reactions *537fcd5misc: add support for sentry logging *be1da0emisc: cleanup Dockerfiles *09cf0a8web: add env variables for configuring vp9 *3df32d9web: persist crontabs for letsencrypt *f748484jicofo: add enable-auto-login config option *96419baweb: remove no longer needed code *1835d65web: recreate interface_config.js on container restart *b555d41jicofo: fix boolean values in configuration file *6be198cmisc: remove quotation marks from TURN configuration (#1111) *407a98dmisc: working on latest
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3'
|
||||
services:
|
||||
# Frontend
|
||||
web:
|
||||
image: jitsi/web:latest
|
||||
image: jitsi/web:stable-6433
|
||||
restart: ${RESTART_POLICY}
|
||||
ports:
|
||||
- '${HTTP_PORT}:80'
|
||||
@@ -126,7 +126,7 @@ services:
|
||||
|
||||
# XMPP server
|
||||
prosody:
|
||||
image: jitsi/prosody:latest
|
||||
image: jitsi/prosody:stable-6433
|
||||
restart: ${RESTART_POLICY}
|
||||
expose:
|
||||
- '5222'
|
||||
@@ -202,7 +202,7 @@ services:
|
||||
|
||||
# Focus component
|
||||
jicofo:
|
||||
image: jitsi/jicofo:latest
|
||||
image: jitsi/jicofo:stable-6433
|
||||
restart: ${RESTART_POLICY}
|
||||
volumes:
|
||||
- ${CONFIG}/jicofo:/config:Z
|
||||
@@ -252,7 +252,7 @@ services:
|
||||
|
||||
# Video bridge
|
||||
jvb:
|
||||
image: jitsi/jvb:latest
|
||||
image: jitsi/jvb:stable-6433
|
||||
restart: ${RESTART_POLICY}
|
||||
ports:
|
||||
- '${JVB_PORT}:${JVB_PORT}/udp'
|
||||
|
||||
Reference in New Issue
Block a user