mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-25 07:05:38 +00:00
Add example compose file to run Meet without Kopano (#217)
* Add example compose file to run Meet without Kopano * add readme * add an example env file * add setup.sh so user can easily create their own * use kopano repo by default
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Running Kopano Meet without Kopano (with only the LDAP backend)
|
||||
|
||||
The docker-compose.yml file in this directory can be used as a template to run Kopano Meet against a LDAP user directory. The file as it is starts a demo deployment of Meet including some pre created users to explore Kopano Meet.
|
||||
|
||||
Check https://github.com/zokradonh/kopano-docker/blob/master/ldap_demo/README.md to learn more about the included demo users.
|
||||
|
||||
## Instructions
|
||||
|
||||
1. run `setup.sh`
|
||||
2. check `.env` for any required customisation (port 443 already in use?)
|
||||
3. run `docker-compose up` to start
|
||||
4. navigate to https://your-domain to login to Kopano Meet
|
||||
Reference in New Issue
Block a user