This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/docker/jitsi/01_gen_certs.yml

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' ]