Skip to content

Commit a707a00

Browse files
committed
release: stable-7439-2
* b2f704a misc: working on unstable * 62655d8 release: stable-7439-1 * 22dc822 prosody: fix XMPP_MUC_CONFIGURATION * 11de38f fix: properly use default SIP config * 82a5382 fix: add missing $ to JIGASI_XMPP_USER * 76ff646 misc: working on unstable
1 parent b2f704a commit a707a00

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## stable-7439-2
2+
3+
Based on stable release 7439-2.
4+
5+
* b2f704a misc: working on unstable
6+
* 62655d8 release: stable-7439-1
7+
* 22dc822 prosody: fix XMPP_MUC_CONFIGURATION
8+
* 11de38f fix: properly use default SIP config
9+
* 82a5382 fix: add missing $ to JIGASI_XMPP_USER
10+
* 76ff646 misc: working on unstable
11+
112
## stable-7439-1
213

314
Based on stable release 7439-1.

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-7439-2}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -143,7 +143,7 @@ services:
143143

144144
# XMPP server
145145
prosody:
146-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
146+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7439-2}
147147
restart: ${RESTART_POLICY:-unless-stopped}
148148
expose:
149149
- '${XMPP_PORT:-5222}'
@@ -229,7 +229,7 @@ services:
229229

230230
# Focus component
231231
jicofo:
232-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
232+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7439-2}
233233
restart: ${RESTART_POLICY:-unless-stopped}
234234
volumes:
235235
- ${CONFIG}/jicofo:/config:Z
@@ -279,7 +279,7 @@ services:
279279

280280
# Video bridge
281281
jvb:
282-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
282+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7439-2}
283283
restart: ${RESTART_POLICY:-unless-stopped}
284284
ports:
285285
- '${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-7439-2}
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'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
6+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-7439-2}
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'

0 commit comments

Comments
 (0)