Skip to content

Commit a9d1ed6

Browse files
committed
misc: working on unstable
1 parent b227b73 commit a9d1ed6

File tree

3 files changed

+6
-6
lines changed

3 files changed

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

141141
# XMPP server
142142
prosody:
143-
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7287-2}
143+
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable}
144144
restart: ${RESTART_POLICY:-unless-stopped}
145145
expose:
146146
- '${XMPP_PORT:-5222}'
@@ -225,7 +225,7 @@ services:
225225

226226
# Focus component
227227
jicofo:
228-
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7287-2}
228+
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
229229
restart: ${RESTART_POLICY:-unless-stopped}
230230
volumes:
231231
- ${CONFIG}/jicofo:/config:Z
@@ -275,7 +275,7 @@ services:
275275

276276
# Video bridge
277277
jvb:
278-
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7287-2}
278+
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable}
279279
restart: ${RESTART_POLICY:-unless-stopped}
280280
ports:
281281
- '${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'
22

33
services:
44
jibri:
5-
image: jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-7287-2}
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'
33
services:
44
# SIP gateway (audio)
55
jigasi:
6-
image: jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-7287-2}
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'

0 commit comments

Comments
 (0)