customize docker-compose.yml file

This commit is contained in:
2026-04-23 12:00:45 +03:30
parent 4d3466d5bf
commit fd17f81815

View File

@@ -3,11 +3,12 @@ services:
web:
image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}
restart: ${RESTART_POLICY:-unless-stopped}
ports:
- '${HTTP_PORT}:80'
- '${HTTPS_PORT}:443'
#ports:
# - '${HTTP_PORT}:80'
# - '${HTTPS_PORT}:443'
volumes:
- ${CONFIG}/web:/config:Z
- ${CONFIG}/web/certs:/config/keys:Z
- ${CONFIG}/web/crontabs:/var/spool/cron/crontabs:Z
- ${CONFIG}/transcripts:/usr/share/jitsi-meet/transcripts:Z
- ${CONFIG}/web/load-test:/usr/share/jitsi-meet/load-test:Z
@@ -194,6 +195,7 @@ services:
- WHITEBOARD_COLLAB_SERVER_URL_BASE
networks:
meet.jitsi:
caddy_proxy:
depends_on:
- jvb
@@ -516,3 +518,5 @@ services:
# Custom network so all services can communicate using a FQDN
networks:
meet.jitsi:
caddy_proxy:
external: true