|
@@ -9,9 +9,9 @@ services:
|
|
|
- '${HTTP_PORT}:80'
|
|
|
- '${HTTPS_PORT}:443'
|
|
|
volumes:
|
|
|
- - ${CONFIG}/web:/config
|
|
|
- - ${CONFIG}/web/letsencrypt:/etc/letsencrypt
|
|
|
- - ${CONFIG}/transcripts:/usr/share/jitsi-meet/transcripts
|
|
|
+ - ${CONFIG}/web:/config:Z
|
|
|
+ - ${CONFIG}/web/letsencrypt:/etc/letsencrypt:Z
|
|
|
+ - ${CONFIG}/transcripts:/usr/share/jitsi-meet/transcripts:Z
|
|
|
environment:
|
|
|
- ENABLE_AUTH
|
|
|
- ENABLE_GUESTS
|
|
@@ -52,8 +52,8 @@ services:
|
|
|
- '5347'
|
|
|
- '5280'
|
|
|
volumes:
|
|
|
- - ${CONFIG}/prosody/config:/config
|
|
|
- - ${CONFIG}/prosody/prosody-plugins-custom:/prosody-plugins-custom
|
|
|
+ - ${CONFIG}/prosody/config:/config:Z
|
|
|
+ - ${CONFIG}/prosody/prosody-plugins-custom:/prosody-plugins-custom:Z
|
|
|
environment:
|
|
|
- AUTH_TYPE
|
|
|
- ENABLE_AUTH
|
|
@@ -113,7 +113,7 @@ services:
|
|
|
image: jitsi/jicofo
|
|
|
restart: ${RESTART_POLICY}
|
|
|
volumes:
|
|
|
- - ${CONFIG}/jicofo:/config
|
|
|
+ - ${CONFIG}/jicofo:/config:Z
|
|
|
environment:
|
|
|
- ENABLE_AUTH
|
|
|
- XMPP_DOMAIN
|
|
@@ -143,7 +143,7 @@ services:
|
|
|
- '${JVB_PORT}:${JVB_PORT}/udp'
|
|
|
- '${JVB_TCP_MAPPED_PORT}:${JVB_TCP_PORT}'
|
|
|
volumes:
|
|
|
- - ${CONFIG}/jvb:/config
|
|
|
+ - ${CONFIG}/jvb:/config:Z
|
|
|
environment:
|
|
|
- DOCKER_HOST_ADDRESS
|
|
|
- XMPP_AUTH_DOMAIN
|