Skip to content

Commit

Permalink
misc: working on latest
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Feb 3, 2022
1 parent a886801 commit 3b8ed7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
# Frontend
web:
image: jitsi/web:stable-6865
image: jitsi/web:latest
restart: ${RESTART_POLICY}
ports:
- '${HTTP_PORT}:80'
Expand Down Expand Up @@ -131,7 +131,7 @@ services:

# XMPP server
prosody:
image: jitsi/prosody:stable-6865
image: jitsi/prosody:latest
restart: ${RESTART_POLICY}
expose:
- '5222'
Expand Down Expand Up @@ -208,7 +208,7 @@ services:

# Focus component
jicofo:
image: jitsi/jicofo:stable-6865
image: jitsi/jicofo:latest
restart: ${RESTART_POLICY}
volumes:
- ${CONFIG}/jicofo:/config:Z
Expand Down Expand Up @@ -259,7 +259,7 @@ services:

# Video bridge
jvb:
image: jitsi/jvb:stable-6865
image: jitsi/jvb:latest
restart: ${RESTART_POLICY}
ports:
- '${JVB_PORT}:${JVB_PORT}/udp'
Expand Down
2 changes: 1 addition & 1 deletion jibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
jibri:
image: jitsi/jibri:stable-6865
image: jitsi/jibri:latest
restart: ${RESTART_POLICY}
volumes:
- ${CONFIG}/jibri:/config:Z
Expand Down
2 changes: 1 addition & 1 deletion jigasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
# SIP gateway (audio)
jigasi:
image: jitsi/jigasi:stable-6865
image: jitsi/jigasi:latest
restart: ${RESTART_POLICY}
ports:
- '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'
Expand Down

0 comments on commit 3b8ed7e

Please sign in to comment.