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/README.md

21 lines
327 B
Markdown
Raw Normal View History

This installation is inspired by: https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md
2020-03-22 14:09:20 +00:00
To build images:
```
2020-03-22 17:01:54 +00:00
docker-compose -f 02_run.yml build
2020-03-22 14:09:20 +00:00
```
2020-03-22 17:01:54 +00:00
To gen the certs:
2020-03-22 14:09:20 +00:00
```
2020-03-22 17:01:54 +00:00
docker-compose -f 01_gen_certs.yml up --force-recreate
```
To run the stack:
```
docker-compose -f 02_run.yml up --force-recreate
2020-03-22 14:09:20 +00:00
```