|
|
|
@ -18,6 +18,8 @@ services: |
|
|
|
|
- ${LOCAL_STACK_DIR}/transcripts:/usr/share/jitsi-meet/transcripts:Z |
|
|
|
|
- ${LOCAL_STACK_DIR}/web/custom/images:/usr/share/jitsi-meet/images:ro |
|
|
|
|
- ${LOCAL_STACK_DIR}/web/custom/title.html:/usr/share/jitsi-meet/title.html:ro |
|
|
|
|
- ${LOCAL_STACK_DIR}/web/custom/body.html:/usr/share/jitsi-meet/body.html:ro |
|
|
|
|
- ${LOCAL_STACK_DIR}/web/custom/css/custom.css:/usr/share/jitsi-meet/css/custom.css:ro |
|
|
|
|
env_file: |
|
|
|
|
- web.env |
|
|
|
|
environment: |
|
|
|
@ -100,8 +102,8 @@ services: |
|
|
|
|
container_name: ${JVB_CONTAINER_NAME:-jitsi-jvb} |
|
|
|
|
restart: ${JVB_RESTART:-unless-stopped} |
|
|
|
|
ports: |
|
|
|
|
- "${JVB_PORT}:${JVB_PORT}/udp" |
|
|
|
|
- "${JVB_TCP_PORT}:${JVB_TCP_PORT}" |
|
|
|
|
- ${JVB_PORT}:${JVB_PORT}/udp |
|
|
|
|
- ${JVB_TCP_PORT}:${JVB_TCP_PORT} |
|
|
|
|
networks: |
|
|
|
|
meet.jitsi: |
|
|
|
|
aliases: |
|
|
|
@ -118,6 +120,7 @@ services: |
|
|
|
|
- XMPP_SERVER |
|
|
|
|
- JVB_AUTH_USER |
|
|
|
|
- JVB_BREWERY_MUC |
|
|
|
|
- JVB_TCP_PORT |
|
|
|
|
- JVB_PORT |
|
|
|
|
- PUBLIC_URL |
|
|
|
|
depends_on: |
|
|
|
|