Skip to content

Commit 7684c59

Browse files
damenchogithub-actions[bot]
authored andcommitted
misc: working on unstable
1 parent 35879bb commit 7684c59

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-10741}
4+
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
55
restart: ${RESTART_POLICY:-unless-stopped}
66
ports:
77
- '${HTTP_PORT}:80'
@@ -192,7 +192,7 @@ services:
192192

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

344344
# Focus component
345345
jicofo:
346-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-10741}
346+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
347347
restart: ${RESTART_POLICY:-unless-stopped}
348348
ports:
349349
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -439,7 +439,7 @@ services:
439439

440440
# Video bridge
441441
jvb:
442-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-10741}
442+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
443443
restart: ${RESTART_POLICY:-unless-stopped}
444444
ports:
445445
- '${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'

jibri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
jibri:
3-
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-10741}
3+
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable}
44
restart: ${RESTART_POLICY:-unless-stopped}
55
volumes:
66
- ${CONFIG}/jibri:/config:Z

jigasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
# SIP gateway (audio)
33
jigasi:
4-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10741}
4+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
55
restart: ${RESTART_POLICY:-unless-stopped}
66
ports:
77
- '${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
@@ -1,6 +1,6 @@
11
services:
22
transcriber:
3-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10741}
3+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable}
44
restart: ${RESTART_POLICY:-unless-stopped}
55
volumes:
66
- ${CONFIG}/transcriber:/config:Z

0 commit comments

Comments
 (0)