Always restart the services
parent
a57d63d429
commit
4b0e4d55ad
@ -1,8 +1,15 @@
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue