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/docker-compose.yml

14 lines
283 B
YAML
Raw Normal View History

2020-03-22 14:09:20 +00:00
version: '2.0'
services:
jitsi-xmpp:
build: ./jitsi-xmpp
ports:
- "5222:5222"
- "5347:5347"
- "5280:5280"
environment:
- JITSI_SECRET_VIDEOBRIDGE=S3CR3T01
- JITSI_SECRET_JICOFO_COMPONENT=S3CR3T02
- JITSI_SECRET_JICOFO_USER=S3CR3T03