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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user