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-9779 }
6
+ image : jitsi/web:${JITSI_IMAGE_VERSION:-unstable }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -184,7 +184,7 @@ services:
184
184
185
185
# XMPP server
186
186
prosody :
187
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-9779 }
187
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
188
188
restart : ${RESTART_POLICY:-unless-stopped}
189
189
expose :
190
190
- ' ${XMPP_PORT:-5222}'
@@ -329,7 +329,7 @@ services:
329
329
330
330
# Focus component
331
331
jicofo :
332
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-9779 }
332
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
333
333
restart : ${RESTART_POLICY:-unless-stopped}
334
334
ports :
335
335
- ' 127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -416,7 +416,7 @@ services:
416
416
417
417
# Video bridge
418
418
jvb :
419
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-9779 }
419
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
420
420
restart : ${RESTART_POLICY:-unless-stopped}
421
421
ports :
422
422
- ' ${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-9779 }
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-9779 }
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-9779 }
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