release: stable-9078
*3b9afe4release: build images before comitting the changelog *54d422bjvb: autoscaler sidecar support *9f0658dsample: escape/encapsulate string *5d05ba2jicofo: support jicofo log file for tailing (#1632) *8555fe1web: param to control config.hosts.authDomain (#1627) *cd1c9fbprosody: remove muc limit messages from visitors (#1626) *af50ddeprosody: s2s whitelist duplicate param fix (#1625) *eb91893prosody: add ping module to auth domain (#1624) *261caa3prosody: guest ping module, var for auth type (#1623) *7fb1026prosody: params for limits (#1622) *cf894ceprosody: variables for lobby and breakout modules *a827437prosody: param to link room metadata to main vhost (#1616) *5120595prosody: var for config in main vhost (#1615) *bebd748web: flag to control sctp bridge channel choice (#1613) *6bfa830prosody: visitor mode support (#1611) *7bfc5c1prosody: update version of prosody-plugings package *3a77aacjicofo: support visitors in jicofo configuration (#1610) *f860c5djvb: don’t send Jetty server version *63380famisc: working on unstable
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3.5'
|
||||
services:
|
||||
# Frontend
|
||||
web:
|
||||
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
|
||||
image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-9078}
|
||||
restart: ${RESTART_POLICY:-unless-stopped}
|
||||
ports:
|
||||
- '${HTTP_PORT}:80'
|
||||
@@ -163,7 +163,7 @@ services:
|
||||
|
||||
# XMPP server
|
||||
prosody:
|
||||
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
|
||||
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-9078}
|
||||
restart: ${RESTART_POLICY:-unless-stopped}
|
||||
expose:
|
||||
- '${XMPP_PORT:-5222}'
|
||||
@@ -290,7 +290,7 @@ services:
|
||||
|
||||
# Focus component
|
||||
jicofo:
|
||||
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
|
||||
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-9078}
|
||||
restart: ${RESTART_POLICY:-unless-stopped}
|
||||
ports:
|
||||
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
|
||||
@@ -365,7 +365,7 @@ services:
|
||||
|
||||
# Video bridge
|
||||
jvb:
|
||||
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
|
||||
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-9078}
|
||||
restart: ${RESTART_POLICY:-unless-stopped}
|
||||
ports:
|
||||
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
|
||||
|
||||
Reference in New Issue
Block a user