You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-jitsi/templates/docker-compose.override.yml

16 lines
448 B
YAML

services:
web:
restart: always
volumes:
- ${CONFIG}/web:/config:Z
- ${CONFIG}/storage/web:/storage:Z
- ${CONFIG}/storage/transcripts:/usr/share/jitsi-meet/transcripts:ro,z
- ${CONFIG}/tmp/web-load-test:/usr/share/jitsi-meet/load-test:Z
- ./watermark.svg:/usr/share/jitsi-meet/images/watermark.svg # adding the watermark
prosody:
restart: always
jicofo:
restart: always
jvb:
restart: always