This commit is contained in:
+5
-3
@@ -2136,6 +2136,7 @@ services:
|
|||||||
SKIN_NAME: ${JITSI__ETHERPAD_SKIN_NAME}
|
SKIN_NAME: ${JITSI__ETHERPAD_SKIN_NAME}
|
||||||
SKIN_VARIANTS: ${JITSI__ETHERPAD_SKIN_VARIANTS}
|
SKIN_VARIANTS: ${JITSI__ETHERPAD_SKIN_VARIANTS}
|
||||||
SUPPRESS_ERRORS_IN_PAD_TEXT: true
|
SUPPRESS_ERRORS_IN_PAD_TEXT: true
|
||||||
|
hostname: etherpad.meet.jitsi
|
||||||
image: etherpad/etherpad:1.8.6
|
image: etherpad/etherpad:1.8.6
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
@@ -2205,7 +2206,7 @@ services:
|
|||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
jitsi-jicofo:
|
jitsi-jicofo:
|
||||||
container_name: focus.meet.jitsi
|
container_name: jitsi-jicofo
|
||||||
depends_on:
|
depends_on:
|
||||||
jitsi-prosody:
|
jitsi-prosody:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
@@ -2381,7 +2382,7 @@ services:
|
|||||||
SENTRY_RELEASE:
|
SENTRY_RELEASE:
|
||||||
COLIBRI_REST_ENABLED:
|
COLIBRI_REST_ENABLED:
|
||||||
SHUTDOWN_REST_ENABLED:
|
SHUTDOWN_REST_ENABLED:
|
||||||
TZ: ${JITSI__JIGAGI_SIP_SERVER}
|
TZ: ${TZ}
|
||||||
XMPP_AUTH_DOMAIN:
|
XMPP_AUTH_DOMAIN:
|
||||||
XMPP_INTERNAL_MUC_DOMAIN:
|
XMPP_INTERNAL_MUC_DOMAIN:
|
||||||
XMPP_SERVER:
|
XMPP_SERVER:
|
||||||
@@ -2511,7 +2512,7 @@ services:
|
|||||||
target: /prosody-plugins-custom
|
target: /prosody-plugins-custom
|
||||||
type: bind
|
type: bind
|
||||||
jitsi-web:
|
jitsi-web:
|
||||||
container_name: meet.jitsi
|
container_name: jitsi-web
|
||||||
environment:
|
environment:
|
||||||
AMPLITUDE_ID:
|
AMPLITUDE_ID:
|
||||||
ANALYTICS_SCRIPT_URLS:
|
ANALYTICS_SCRIPT_URLS:
|
||||||
@@ -2656,6 +2657,7 @@ services:
|
|||||||
XMPP_PORT:
|
XMPP_PORT:
|
||||||
WHITEBOARD_ENABLED:
|
WHITEBOARD_ENABLED:
|
||||||
WHITEBOARD_COLLAB_SERVER_PUBLIC_URL:
|
WHITEBOARD_COLLAB_SERVER_PUBLIC_URL:
|
||||||
|
hostname: meet.jitsi
|
||||||
image: jitsi/web:${JITSI_IMAGE_VERSION:-stable}
|
image: jitsi/web:${JITSI_IMAGE_VERSION:-stable}
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
|
|||||||
Reference in New Issue
Block a user