Skip to content

Commit 0323936

Browse files
damenchogithub-actions[bot]
authored andcommitted
misc: working on unstable
1 parent 1af6c6c commit 0323936

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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:-stable-10169}
6+
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -192,7 +192,7 @@ services:
192192

193193
# XMPP server
194194
prosody:
195-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-10169}
195+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
196196
restart: ${RESTART_POLICY:-unless-stopped}
197197
expose:
198198
- '${XMPP_PORT:-5222}'
@@ -342,7 +342,7 @@ services:
342342

343343
# Focus component
344344
jicofo:
345-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-10169}
345+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
346346
restart: ${RESTART_POLICY:-unless-stopped}
347347
ports:
348348
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -433,7 +433,7 @@ services:
433433

434434
# Video bridge
435435
jvb:
436-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-10169}
436+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
437437
restart: ${RESTART_POLICY:-unless-stopped}
438438
ports:
439439
- '${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:-stable-10169}
5+
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}
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:-stable-10169}
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

+1-1
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-10169}
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)