9 lines
175 B
YAML
9 lines
175 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
jitsi-xmpp:
|
||
|
build: ./jitsi-xmpp
|
||
|
command: ["/usr/local/bin/xmpp_gen"]
|
||
|
volumes: [ './jitsi-certs/:/certs:rw' ]
|
||
|
env_file: [ 'dev.env' ]
|
||
|
|