mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-24 06:42:54 +00:00
Configuration file for OpenIdConnect integration is now generated on … (#5)
* Configuration file for OpenIdConnect integration is now generated on container startup * Add a startup dependency to owncloud phoenix Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
committed by
Felix Bartels
parent
2564e34f3a
commit
753dc21eae
@@ -4,10 +4,11 @@
|
||||
version: "3.5"
|
||||
services:
|
||||
owncloud:
|
||||
depends_on:
|
||||
- kopano_konnect
|
||||
volumes:
|
||||
- ./owncloud/99-oidc.sh:/etc/owncloud.d/99-oidc.sh
|
||||
- ./owncloud/openidconnect/:/mnt/data/apps/openidconnect/
|
||||
- ./owncloud/konnectd.config.php:/mnt/data/config/konnectd.config.php
|
||||
- ./owncloud/phoenix/:/mnt/data/apps/phoenix/
|
||||
- ./owncloud/config.json:/mnt/data/apps/phoenix/config.json
|
||||
web:
|
||||
|
||||
Reference in New Issue
Block a user