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