Skip to content

Commit 2fb96e2

Browse files
damenchogithub-actions[bot]
authored andcommitted
release: stable-10078
1 parent 379f77b commit 2fb96e2

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

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

341341
# Focus component
342342
jicofo:
343-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
343+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-10078}
344344
restart: ${RESTART_POLICY:-unless-stopped}
345345
ports:
346346
- '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
@@ -430,7 +430,7 @@ services:
430430

431431
# Video bridge
432432
jvb:
433-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
433+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-10078}
434434
restart: ${RESTART_POLICY:-unless-stopped}
435435
ports:
436436
- '${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:-unstable}
5+
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-10078}
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:-unstable}
6+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10078}
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:-unstable}
5+
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-10078}
66
restart: ${RESTART_POLICY:-unless-stopped}
77
volumes:
88
- ${CONFIG}/transcriber:/config:Z

0 commit comments

Comments
 (0)