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-10431 }
55 restart : ${RESTART_POLICY:-unless-stopped}
66 ports :
77 - ' ${HTTP_PORT}:80'
@@ -190,7 +190,7 @@ services:
190190
191191 # XMPP server
192192 prosody :
193- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
193+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-10431 }
194194 restart : ${RESTART_POLICY:-unless-stopped}
195195 expose :
196196 - ' ${XMPP_PORT:-5222}'
@@ -340,7 +340,7 @@ services:
340340
341341 # Focus component
342342 jicofo :
343- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
343+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-10431 }
344344 restart : ${RESTART_POLICY:-unless-stopped}
345345 ports :
346346 - ' 127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -436,7 +436,7 @@ services:
436436
437437 # Video bridge
438438 jvb :
439- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
439+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-10431 }
440440 restart : ${RESTART_POLICY:-unless-stopped}
441441 ports :
442442 - ' ${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
22
33services :
44 jibri :
5- image : jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable }
5+ image : jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-10431 }
66 restart : ${RESTART_POLICY:-unless-stopped}
77 volumes :
88 - ${CONFIG}/jibri:/config:Z
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
33services :
44 # SIP gateway (audio)
55 jigasi :
6- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
6+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10431 }
77 restart : ${RESTART_POLICY:-unless-stopped}
88 ports :
99 - ' ${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 @@ -2,7 +2,7 @@ version: '3.5'
22
33services :
44 transcriber :
5- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
5+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10431 }
66 restart : ${RESTART_POLICY:-unless-stopped}
77 volumes :
88 - ${CONFIG}/transcriber:/config:Z
You can’t perform that action at this time.
0 commit comments