Commit 51a0ba4 1 parent 1f7544c commit 51a0ba4 Copy full SHA for 51a0ba4
File tree 5 files changed +16
-7
lines changed
5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## stable-10008
2
+
3
+ Based on stable release 10008.
4
+
5
+ * 1f7544c fix(build) fix local build
6
+ * 2a329fa feat(web): include custom nginx conf files
7
+ * 862986a feat(web): Drops userRegion comes from backend now.
8
+ * 2b5c291 misc: working on unstable
9
+
1
10
## stable-9955
2
11
3
12
Based on stable release 9955.
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:-unstable }
6
+ image : jitsi/web:${JITSI_IMAGE_VERSION:-stable-10008 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -191,7 +191,7 @@ services:
191
191
192
192
# XMPP server
193
193
prosody :
194
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
194
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-10008 }
195
195
restart : ${RESTART_POLICY:-unless-stopped}
196
196
expose :
197
197
- ' ${XMPP_PORT:-5222}'
@@ -340,7 +340,7 @@ services:
340
340
341
341
# Focus component
342
342
jicofo :
343
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
343
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-10008 }
344
344
restart : ${RESTART_POLICY:-unless-stopped}
345
345
ports :
346
346
- ' 127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -428,7 +428,7 @@ services:
428
428
429
429
# Video bridge
430
430
jvb :
431
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
431
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-10008 }
432
432
restart : ${RESTART_POLICY:-unless-stopped}
433
433
ports :
434
434
- ' ${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:-unstable }
5
+ image : jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-10008 }
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:-unstable }
6
+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10008 }
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:-unstable }
5
+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10008 }
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