release: stable-5142-2
*700c04aweb: properly handle acme.sh return codes *4cb181cweb: install acme certs to persistent storage *1d2c68aweb: fix running acme.sh on the right home directory *5c44a84misc: stop using apt-key, it's deprecated *5f06c3adoc: update CHANGELOG *0f780b4misc: 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-2
|
||||
restart: ${RESTART_POLICY}
|
||||
ports:
|
||||
- '${HTTP_PORT}:80'
|
||||
@@ -96,7 +96,7 @@ services:
|
||||
|
||||
# XMPP server
|
||||
prosody:
|
||||
image: jitsi/prosody:latest
|
||||
image: jitsi/prosody:stable-5142-2
|
||||
restart: ${RESTART_POLICY}
|
||||
expose:
|
||||
- '5222'
|
||||
@@ -164,7 +164,7 @@ services:
|
||||
|
||||
# Focus component
|
||||
jicofo:
|
||||
image: jitsi/jicofo:latest
|
||||
image: jitsi/jicofo:stable-5142-2
|
||||
restart: ${RESTART_POLICY}
|
||||
volumes:
|
||||
- ${CONFIG}/jicofo:/config:Z
|
||||
@@ -193,7 +193,7 @@ services:
|
||||
|
||||
# Video bridge
|
||||
jvb:
|
||||
image: jitsi/jvb:latest
|
||||
image: jitsi/jvb:stable-5142-2
|
||||
restart: ${RESTART_POLICY}
|
||||
ports:
|
||||
- '${JVB_PORT}:${JVB_PORT}/udp'
|
||||
|
||||
Reference in New Issue
Block a user