Skip to content

Commit 01baf3c

Browse files
committed
release: stable-5142-3
* c2c6460 prosody: fix cross-domain WS default value * 8261f72 jicofo,jigase: add ability to extend the config file * 6a4887d web: use env variables to set worker processes and connections * 5679578 prosody: add env var to config cross domain settings * effb30b prosody: always rebuild configs on start * 905d431 jicofo,jigasi: always rebuild configs on start * c52b64a misc: working on latest
1 parent c2c6460 commit 01baf3c

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## stable-5142-3
2+
3+
Based on stable release 5142-3.
4+
5+
* c2c6460 prosody: fix cross-domain WS default value
6+
* 8261f72 jicofo,jigase: add ability to extend the config file
7+
* 6a4887d web: use env variables to set worker processes and connections
8+
* 5679578 prosody: add env var to config cross domain settings
9+
* effb30b prosody: always rebuild configs on start
10+
* 905d431 jicofo,jigasi: always rebuild configs on start
11+
* c52b64a misc: working on latest
12+
113
## stable-5142-2
214

315
Based on stable release 5142-2.

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:latest
6+
image: jitsi/web:stable-5142-3
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -98,7 +98,7 @@ services:
9898

9999
# XMPP server
100100
prosody:
101-
image: jitsi/prosody:latest
101+
image: jitsi/prosody:stable-5142-3
102102
restart: ${RESTART_POLICY}
103103
expose:
104104
- '5222'
@@ -167,7 +167,7 @@ services:
167167

168168
# Focus component
169169
jicofo:
170-
image: jitsi/jicofo:latest
170+
image: jitsi/jicofo:stable-5142-3
171171
restart: ${RESTART_POLICY}
172172
volumes:
173173
- ${CONFIG}/jicofo:/config:Z
@@ -196,7 +196,7 @@ services:
196196

197197
# Video bridge
198198
jvb:
199-
image: jitsi/jvb:latest
199+
image: jitsi/jvb:stable-5142-3
200200
restart: ${RESTART_POLICY}
201201
ports:
202202
- '${JVB_PORT}:${JVB_PORT}/udp'

jibri.yml

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

33
services:
44
jibri:
5-
image: jitsi/jibri:latest
5+
image: jitsi/jibri:stable-5142-3
66
restart: ${RESTART_POLICY}
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'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:latest
6+
image: jitsi/jigasi:stable-5142-3
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'

0 commit comments

Comments
 (0)