release: stable-5142-3
*c2c6460prosody: fix cross-domain WS default value *8261f72jicofo,jigase: add ability to extend the config file *6a4887dweb: use env variables to set worker processes and connections *5679578prosody: add env var to config cross domain settings *effb30bprosody: always rebuild configs on start *905d431jicofo,jigasi: always rebuild configs on start *c52b64amisc: 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-5142-3
|
||||
restart: ${RESTART_POLICY}
|
||||
ports:
|
||||
- '${HTTP_PORT}:80'
|
||||
@@ -98,7 +98,7 @@ services:
|
||||
|
||||
# XMPP server
|
||||
prosody:
|
||||
image: jitsi/prosody:latest
|
||||
image: jitsi/prosody:stable-5142-3
|
||||
restart: ${RESTART_POLICY}
|
||||
expose:
|
||||
- '5222'
|
||||
@@ -167,7 +167,7 @@ services:
|
||||
|
||||
# Focus component
|
||||
jicofo:
|
||||
image: jitsi/jicofo:latest
|
||||
image: jitsi/jicofo:stable-5142-3
|
||||
restart: ${RESTART_POLICY}
|
||||
volumes:
|
||||
- ${CONFIG}/jicofo:/config:Z
|
||||
@@ -196,7 +196,7 @@ services:
|
||||
|
||||
# Video bridge
|
||||
jvb:
|
||||
image: jitsi/jvb:latest
|
||||
image: jitsi/jvb:stable-5142-3
|
||||
restart: ${RESTART_POLICY}
|
||||
ports:
|
||||
- '${JVB_PORT}:${JVB_PORT}/udp'
|
||||
|
||||
Reference in New Issue
Block a user