aboutsummaryrefslogtreecommitdiff
path: root/app/integration/jitsi/01_gen_certs.yml
blob: bf7329130d7dbbc907c9c71a1a0a6233a49ee1d6 (plain) (blame)
1
2
3
4
5
6
7
8
version: '3'
services:
  jitsi-xmpp:
    image: superboum/amd64_jitsi_xmpp:v2
    command: ["/usr/local/bin/xmpp_gen"]
    volumes: [ './jitsi-certs/:/certs:rw' ]
    env_file: [ 'dev.env' ]