Skip to content

Commit ee1de18

Browse files
committed
release: stable-8138-1
* 8923b72 web: fix missing quotes on config.js string * 6b11a89 misc: working on unstable
1 parent 8923b72 commit ee1de18

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## stable-8138-1
2+
3+
Based on stable release 8138-1.
4+
5+
* 8923b72 web: fix missing quotes on config.js string
6+
* 6b11a89 misc: working on unstable
7+
18
## stable-8138
29

310
Based on stable release 8138.

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

156156
# XMPP server
157157
prosody:
158-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
158+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-8138-1}
159159
restart: ${RESTART_POLICY:-unless-stopped}
160160
expose:
161161
- '${XMPP_PORT:-5222}'
@@ -252,7 +252,7 @@ services:
252252

253253
# Focus component
254254
jicofo:
255-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
255+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-8138-1}
256256
restart: ${RESTART_POLICY:-unless-stopped}
257257
volumes:
258258
- ${CONFIG}/jicofo:/config:Z
@@ -301,7 +301,7 @@ services:
301301

302302
# Video bridge
303303
jvb:
304-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
304+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-8138-1}
305305
restart: ${RESTART_POLICY:-unless-stopped}
306306
ports:
307307
- '${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-8138-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-8138-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)