File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
3
3
services :
4
4
# Frontend
5
5
web :
6
- image : jitsi/web:${JITSI_IMAGE_VERSION:-stable-10169 }
6
+ image : jitsi/web:${JITSI_IMAGE_VERSION:-unstable }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -192,7 +192,7 @@ services:
192
192
193
193
# XMPP server
194
194
prosody :
195
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-10169 }
195
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
196
196
restart : ${RESTART_POLICY:-unless-stopped}
197
197
expose :
198
198
- ' ${XMPP_PORT:-5222}'
@@ -342,7 +342,7 @@ services:
342
342
343
343
# Focus component
344
344
jicofo :
345
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-10169 }
345
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
346
346
restart : ${RESTART_POLICY:-unless-stopped}
347
347
ports :
348
348
- ' 127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -433,7 +433,7 @@ services:
433
433
434
434
# Video bridge
435
435
jvb :
436
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-10169 }
436
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
437
437
restart : ${RESTART_POLICY:-unless-stopped}
438
438
ports :
439
439
- ' ${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
3
3
services :
4
4
jibri :
5
- image : jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-10169 }
5
+ image : jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable }
6
6
restart : ${RESTART_POLICY:-unless-stopped}
7
7
volumes :
8
8
- ${CONFIG}/jibri:/config:Z
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
3
3
services :
4
4
# SIP gateway (audio)
5
5
jigasi :
6
- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10169 }
6
+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${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'
2
2
3
3
services :
4
4
transcriber :
5
- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10169 }
5
+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
6
6
restart : ${RESTART_POLICY:-unless-stopped}
7
7
volumes :
8
8
- ${CONFIG}/transcriber:/config:Z
You can’t perform that action at this time.
0 commit comments