Commit 5c406d2 1 parent fd70f04 commit 5c406d2 Copy full SHA for 5c406d2
File tree 4 files changed +14
-6
lines changed
4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
9
## stable-8044
2
10
3
11
Based on stable release 8044.
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-8044-1 }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -150,7 +150,7 @@ services:
150
150
151
151
# XMPP server
152
152
prosody :
153
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
153
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-8044-1 }
154
154
restart : ${RESTART_POLICY:-unless-stopped}
155
155
expose :
156
156
- ' ${XMPP_PORT:-5222}'
@@ -246,7 +246,7 @@ services:
246
246
247
247
# Focus component
248
248
jicofo :
249
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
249
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-8044-1 }
250
250
restart : ${RESTART_POLICY:-unless-stopped}
251
251
volumes :
252
252
- ${CONFIG}/jicofo:/config:Z
@@ -295,7 +295,7 @@ services:
295
295
296
296
# Video bridge
297
297
jvb :
298
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
298
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-8044-1 }
299
299
restart : ${RESTART_POLICY:-unless-stopped}
300
300
ports :
301
301
- ' ${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-8044-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-8044-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