2020-03-22 18:01:54 +01:00
|
|
|
version: '3'
|
|
|
|
services:
|
|
|
|
jitsi-xmpp:
|
2020-09-13 11:46:14 +02:00
|
|
|
image: superboum/amd64_jitsi_xmpp:v2
|
2020-03-22 18:01:54 +01:00
|
|
|
command: ["/usr/local/bin/xmpp_gen"]
|
|
|
|
volumes: [ './jitsi-certs/:/certs:rw' ]
|
|
|
|
env_file: [ 'dev.env' ]
|
|
|
|
|