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:-stable-10741 }
4+ image : jitsi/web:${JITSI_IMAGE_VERSION:-unstable }
55 restart : ${RESTART_POLICY:-unless-stopped}
66 ports :
77 - ' ${HTTP_PORT}:80'
@@ -192,7 +192,7 @@ services:
192192
193193 # XMPP server
194194 prosody :
195- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-10741 }
195+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
196196 restart : ${RESTART_POLICY:-unless-stopped}
197197 expose :
198198 - ' ${XMPP_PORT:-5222}'
@@ -343,7 +343,7 @@ services:
343343
344344 # Focus component
345345 jicofo :
346- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-10741 }
346+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
347347 restart : ${RESTART_POLICY:-unless-stopped}
348348 ports :
349349 - ' 127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -439,7 +439,7 @@ services:
439439
440440 # Video bridge
441441 jvb :
442- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-10741 }
442+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
443443 restart : ${RESTART_POLICY:-unless-stopped}
444444 ports :
445445 - ' ${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:-stable-10741 }
3+ image : jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable }
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:-stable-10741 }
4+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
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:-stable-10741 }
3+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
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