mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-12-28 01:26:28 +00:00
* make readme of owncloud more clear * clarify setup.sh * make user23 an admin by default * remove hard depenency on reg * add completed message * set more attributes on startup Signed-off-by: Felix Bartels <felix@host-consultants.de> * use cn instead of uid * add config for owncloud phoenix ui and openid plugin * add override for experimental feature endpoint * import kweb-calendar.cfg * experimental endpoint is yes/no * grapi also needs the ability to run insecure * grapi needs to resolve the domain, therefore needs to be in the web network
9 lines
308 B
YAML
9 lines
308 B
YAML
version: "3.5"
|
|
services:
|
|
owncloud:
|
|
volumes:
|
|
- ./owncloud/openidconnect/:/mnt/data/apps/openidconnect/
|
|
- ./owncloud/phoenix/:/mnt/data/apps/phoenix/
|
|
- ./owncloud/konnectd.config.php:/mnt/data/config/konnectd.config.php
|
|
- ./owncloud/config.json:/mnt/data/apps/phoenix/config.json
|