Skip to content

Commit 74a536e

Browse files
committed
misc: working on unstable
1 parent ae70171 commit 74a536e

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
@@ -3,7 +3,7 @@ version: '3.5'
33
services:
44
# Frontend
55
web:
6-
image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-9779}
6+
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
77
restart: ${RESTART_POLICY:-unless-stopped}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -184,7 +184,7 @@ services:
184184

185185
# XMPP server
186186
prosody:
187-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-9779}
187+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
188188
restart: ${RESTART_POLICY:-unless-stopped}
189189
expose:
190190
- '${XMPP_PORT:-5222}'
@@ -329,7 +329,7 @@ services:
329329

330330
# Focus component
331331
jicofo:
332-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-9779}
332+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
333333
restart: ${RESTART_POLICY:-unless-stopped}
334334
ports:
335335
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -416,7 +416,7 @@ services:
416416

417417
# Video bridge
418418
jvb:
419-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-9779}
419+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
420420
restart: ${RESTART_POLICY:-unless-stopped}
421421
ports:
422422
- '${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-9779}
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-9779}
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-9779}
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)