File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11services :
22 # Frontend
33 web :
4- image : jitsi/web:${JITSI_IMAGE_VERSION:-unstable }
4+ image : jitsi/web:${JITSI_IMAGE_VERSION:-stable-10710 }
55 restart : ${RESTART_POLICY:-unless-stopped}
66 ports :
77 - ' ${HTTP_PORT}:80'
@@ -191,7 +191,7 @@ services:
191191
192192 # XMPP server
193193 prosody :
194- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
194+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-10710 }
195195 restart : ${RESTART_POLICY:-unless-stopped}
196196 expose :
197197 - ' ${XMPP_PORT:-5222}'
@@ -342,7 +342,7 @@ services:
342342
343343 # Focus component
344344 jicofo :
345- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
345+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-10710 }
346346 restart : ${RESTART_POLICY:-unless-stopped}
347347 ports :
348348 - ' 127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -438,7 +438,7 @@ services:
438438
439439 # Video bridge
440440 jvb :
441- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
441+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-10710 }
442442 restart : ${RESTART_POLICY:-unless-stopped}
443443 ports :
444444 - ' ${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
Original file line number Diff line number Diff line change 11services :
22 jibri :
3- image : jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable }
3+ image : jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-10710 }
44 restart : ${RESTART_POLICY:-unless-stopped}
55 volumes :
66 - ${CONFIG}/jibri:/config:Z
Original file line number Diff line number Diff line change 11services :
22 # SIP gateway (audio)
33 jigasi :
4- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
4+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10710 }
55 restart : ${RESTART_POLICY:-unless-stopped}
66 ports :
77 - ' ${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'
Original file line number Diff line number Diff line change 11services :
22 transcriber :
3- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
3+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10710 }
44 restart : ${RESTART_POLICY:-unless-stopped}
55 volumes :
66 - ${CONFIG}/transcriber:/config:Z
You can’t perform that action at this time.
0 commit comments