release: stable-7001
*6e0dd04base: replace frep with tpl *1b51c77feat: Enables polls for breakout rooms. *0b019eefeat: Enables tenants/subdomains by default. *d50df67fix: Fixes missing variable for prosody plugins. *88997f5prosody: authentication by matrix user authentication service *7a93978jvb: remove TCP support *c37706cmisc: fix label order in dockerfiles *0de062bmisc: add missing quotes to labels in dockerfiles *76424fdchore: add opencontainers labels to Dockerfiles *3b8ed7emisc: working on latest
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3'
|
||||
services:
|
||||
# Frontend
|
||||
web:
|
||||
image: jitsi/web:latest
|
||||
image: jitsi/web:stable-7001
|
||||
restart: ${RESTART_POLICY}
|
||||
ports:
|
||||
- '${HTTP_PORT}:80'
|
||||
@@ -131,7 +131,7 @@ services:
|
||||
|
||||
# XMPP server
|
||||
prosody:
|
||||
image: jitsi/prosody:latest
|
||||
image: jitsi/prosody:stable-7001
|
||||
restart: ${RESTART_POLICY}
|
||||
expose:
|
||||
- '5222'
|
||||
@@ -212,7 +212,7 @@ services:
|
||||
|
||||
# Focus component
|
||||
jicofo:
|
||||
image: jitsi/jicofo:latest
|
||||
image: jitsi/jicofo:stable-7001
|
||||
restart: ${RESTART_POLICY}
|
||||
volumes:
|
||||
- ${CONFIG}/jicofo:/config:Z
|
||||
@@ -263,7 +263,7 @@ services:
|
||||
|
||||
# Video bridge
|
||||
jvb:
|
||||
image: jitsi/jvb:latest
|
||||
image: jitsi/jvb:stable-7001
|
||||
restart: ${RESTART_POLICY}
|
||||
ports:
|
||||
- '${JVB_PORT}:${JVB_PORT}/udp'
|
||||
|
||||
Reference in New Issue
Block a user