1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-19 20:32:59 +00:00

add Kdav (#83)

* add a kdav image
* do not install composer into the docker image
instead use a multi stage build that copies the resulting directory into the final image
* set default version in compose

resolves #54
This commit is contained in:
Felix Bartels
2019-03-05 17:03:22 +01:00
committed by GitHub
parent 4507c0ae9b
commit 842385ee34
9 changed files with 200 additions and 3 deletions
+15
View File
@@ -307,6 +307,20 @@ services:
- kopano-net
- web-net
kopano_kdav:
image: ${docker_repo:?err}/kopano_kdav:${KDAV_VERSION:-latest}
hostname: kopano_kdav
container_name: kopano_kdav
volumes:
- kopanossl/:/kopano/ssl
- kopanosocket/:/run/kopano
- kdavstates/:/var/lib/kopano/kdav
environment:
- TZ=${TZ}
networks:
- kopano-net
- web-net
kopano_dagent:
image: ${docker_repo:-zokradonh}/kopano_core:${CORE_VERSION:-latest}
container_name: kopano_dagent
@@ -467,6 +481,7 @@ volumes:
kopanossl:
kopanosocket:
zpushstates:
kdavstates:
networks:
web-net: