Skip to content

Commit 51a0ba4

Browse files
committed
release: stable-10008
* 1f7544c fix(build) fix local build * 2a329fa feat(web): include custom nginx conf files * 862986a feat(web): Drops userRegion comes from backend now. * 2b5c291 misc: working on unstable
1 parent 1f7544c commit 51a0ba4

5 files changed

+16
-7
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
## stable-9955
211

312
Based on stable release 9955.

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.5'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
6+
image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-10008}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -191,7 +191,7 @@ services:
191191

192192
# XMPP server
193193
prosody:
194-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
194+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-10008}
195195
restart: ${RESTART_POLICY:-unless-stopped}
196196
expose:
197197
- '${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-10008}
344344
restart: ${RESTART_POLICY:-unless-stopped}
345345
ports:
346346
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -428,7 +428,7 @@ services:
428428

429429
# Video bridge
430430
jvb:
431-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
431+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-10008}
432432
restart: ${RESTART_POLICY:-unless-stopped}
433433
ports:
434434
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'

jibri.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22

33
services:
44
jibri:
5-
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}
5+
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-10008}
66
restart: ${RESTART_POLICY:-unless-stopped}
77
volumes:
88
- ${CONFIG}/jibri:/config:Z

jigasi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.5'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
6+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10008}
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'

transcriber.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22

33
services:
44
transcriber:
5-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
5+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10008}
66
restart: ${RESTART_POLICY:-unless-stopped}
77
volumes:
88
- ${CONFIG}/transcriber:/config:Z

0 commit comments

Comments
 (0)