Skip to content

Commit 5c406d2

Browse files
committed
release: stable-8044-1
* fd70f04 env: add note about JaaS account creation * 046bb79 jaas: register JaaS account automatically * c44c59e misc: working on unstable
1 parent fd70f04 commit 5c406d2

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## stable-8044-1
2+
3+
Based on stable release 8044-1.
4+
5+
* fd70f04 env: add note about JaaS account creation
6+
* 046bb79 jaas: register JaaS account automatically
7+
* c44c59e misc: working on unstable
8+
19
## stable-8044
210

311
Based on stable release 8044.

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-8044-1}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -150,7 +150,7 @@ services:
150150

151151
# XMPP server
152152
prosody:
153-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
153+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-8044-1}
154154
restart: ${RESTART_POLICY:-unless-stopped}
155155
expose:
156156
- '${XMPP_PORT:-5222}'
@@ -246,7 +246,7 @@ services:
246246

247247
# Focus component
248248
jicofo:
249-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
249+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-8044-1}
250250
restart: ${RESTART_POLICY:-unless-stopped}
251251
volumes:
252252
- ${CONFIG}/jicofo:/config:Z
@@ -295,7 +295,7 @@ services:
295295

296296
# Video bridge
297297
jvb:
298-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
298+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-8044-1}
299299
restart: ${RESTART_POLICY:-unless-stopped}
300300
ports:
301301
- '${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-8044-1}
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-8044-1}
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)