Commit ee1de18 1 parent 8923b72 commit ee1de18 Copy full SHA for ee1de18
File tree 4 files changed +13
-6
lines changed
4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## stable-8138
2
9
3
10
Based on stable release 8138.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
3
3
services :
4
4
# Frontend
5
5
web :
6
- image : jitsi/web:${JITSI_IMAGE_VERSION:-unstable }
6
+ image : jitsi/web:${JITSI_IMAGE_VERSION:-stable-8138-1 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -155,7 +155,7 @@ services:
155
155
156
156
# XMPP server
157
157
prosody :
158
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
158
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-8138-1 }
159
159
restart : ${RESTART_POLICY:-unless-stopped}
160
160
expose :
161
161
- ' ${XMPP_PORT:-5222}'
@@ -252,7 +252,7 @@ services:
252
252
253
253
# Focus component
254
254
jicofo :
255
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
255
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-8138-1 }
256
256
restart : ${RESTART_POLICY:-unless-stopped}
257
257
volumes :
258
258
- ${CONFIG}/jicofo:/config:Z
@@ -301,7 +301,7 @@ services:
301
301
302
302
# Video bridge
303
303
jvb :
304
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
304
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-8138-1 }
305
305
restart : ${RESTART_POLICY:-unless-stopped}
306
306
ports :
307
307
- ' ${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
3
3
services :
4
4
jibri :
5
- image : jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable }
5
+ image : jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-8138-1 }
6
6
restart : ${RESTART_POLICY:-unless-stopped}
7
7
volumes :
8
8
- ${CONFIG}/jibri:/config:Z
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
3
3
services :
4
4
# SIP gateway (audio)
5
5
jigasi :
6
- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
6
+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-8138-1 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'
You can’t perform that action at this time.
0 commit comments