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

add example to run owncloud along with Kopano (#211)

* add example to run owncloud along with Kopano
* move ownloud files into dedicated folder
* add readme
* add script for ldap auto configuration
This commit is contained in:
Felix Bartels
2019-09-10 14:04:37 +02:00
committed by GitHub
parent 68c691acbd
commit a1d1de9767
5 changed files with 237 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Running kopano-docker together with Owncloud
To have a demo environment that runs both Kopano and Owncloud perform the following modifications. This setup uses the official images from https://hub.docker.com/r/owncloud/server.
1. Add the `owncloud.yml` to the `COMPOSE_FILE` variable in your `.env` file.
Example:
```
COMPOSE_FILE=docker-compose.yml:docker-compose.ports.yml:owncloud/owncloud.yml
```
2. run `owncloud.sh` to create the required runtime variables in your `.env` file.
3. run `docker-compose up -d` and you will be able to log into `https://your-fqdn/owncloud`.