mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
Have a dedicate container for z-push (#19)
* remove z-push from webapp image Signed-off-by: Felix Bartels <felix@host-consultants.de> * remove z-push from webapp start script Signed-off-by: Felix Bartels <felix@host-consultants.de> * add container for z-push Signed-off-by: Felix Bartels <felix@host-consultants.de> * adapt version.sh for z-push Signed-off-by: Felix Bartels <felix@host-consultants.de> * ci: committing changes for zpush * tune version.sh for z-push adapt makefile Signed-off-by: Felix Bartels <felix@host-consultants.de> * add z-push to setup script and docker-compose Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -198,6 +198,25 @@ services:
|
||||
- web
|
||||
- kopanonet
|
||||
|
||||
kzpush:
|
||||
image: ${docker_repo:?err}/kopano_zpush:${WEBAPP_VERSION}
|
||||
hostname: kzpush
|
||||
container_name: kopano_zpush
|
||||
links:
|
||||
- kserver
|
||||
volumes:
|
||||
- ./data/z-push-states/:/var/lib/z-push/
|
||||
- ./data/ssl/:/kopano/ssl
|
||||
- ./data/socket/:/run/kopano
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
- CADDY_HOST=${ZPUSH_HOST}
|
||||
- CADDY_PROXY_PARAMS=transparent
|
||||
- CADDY_TLS_SELFSIGNED
|
||||
networks:
|
||||
- web
|
||||
- kopanonet
|
||||
|
||||
kdagent:
|
||||
image: ${docker_repo:?err}/kopano_core:${CORE_VERSION}
|
||||
container_name: kopano_dagent
|
||||
|
||||
Reference in New Issue
Block a user