1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 13:23:09 +00:00

Enhance description with relation between containers (#243)

* add container structure as architecture document and link to it from the readme
* have separate architecture description for Meet
This commit is contained in:
Felix Bartels
2019-10-04 15:28:28 +02:00
committed by GitHub
parent e482ed4cf5
commit 4ae6af33fb
3 changed files with 147 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ This repository contains an easy to replicate recipe to spin up a [Kopano](https
- after startup has succeeded you can access the Kopano WebApp by going to `https://kopano.demo/webapp`
- there are already some users created in the demo ldap. These users all have a password that is identical to the username, e.g. the password for `user1` user `user1`.
If you want to get an impression how the containers interact/relate with each other have a look at the [architecture](architecture.md) description.
**Note:** There have been reports about the ldap demo not starting up on MacOS. It is recommended to use a Linux OS if you want to use the bundled LDAP image.
The `docker-compose.yml` file by default pulls Docker containers from https://hub.docker.com/r/zokradonh/kopano_core/ and https://hub.docker.com/r/zokradonh/kopano_webapp/. These images are based on the [Kopano nightly builds](https://download.kopano.io/community/) and will contain the latest version available from the time the image was built.