Skip to content

Commit 839c483

Browse files
damenchogithub-actions[bot]
authored andcommitted
misc: working on unstable
1 parent 3bc1ebc commit 839c483

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
# Frontend
33
web:
4-
image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-10590}
4+
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
55
restart: ${RESTART_POLICY:-unless-stopped}
66
ports:
77
- '${HTTP_PORT}:80'
@@ -191,7 +191,7 @@ services:
191191

192192
# XMPP server
193193
prosody:
194-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-10590}
194+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
195195
restart: ${RESTART_POLICY:-unless-stopped}
196196
expose:
197197
- '${XMPP_PORT:-5222}'
@@ -341,7 +341,7 @@ services:
341341

342342
# Focus component
343343
jicofo:
344-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-10590}
344+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
345345
restart: ${RESTART_POLICY:-unless-stopped}
346346
ports:
347347
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -437,7 +437,7 @@ services:
437437

438438
# Video bridge
439439
jvb:
440-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-10590}
440+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
441441
restart: ${RESTART_POLICY:-unless-stopped}
442442
ports:
443443
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'

jibri.yml

Lines changed: 1 addition & 1 deletion
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:-stable-10590}
5+
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}
66
restart: ${RESTART_POLICY:-unless-stopped}
77
volumes:
88
- ${CONFIG}/jibri:/config:Z

jigasi.yml

Lines changed: 1 addition & 1 deletion
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:-stable-10590}
6+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
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'

transcriber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22

33
services:
44
transcriber:
5-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10590}
5+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
66
restart: ${RESTART_POLICY:-unless-stopped}
77
volumes:
88
- ${CONFIG}/transcriber:/config:Z

0 commit comments

Comments
 (0)