1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

Remove kustomer from the default compose file (#21)

* remove kustomer for now

Fixes zokradonh#479
This commit is contained in:
Felix Bartels 2021-03-26 12:18:46 +01:00 committed by GitHub
parent b1eace90e7
commit ccb44dd589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,17 +32,6 @@ services:
tmpfs: tmpfs:
- /kopano/easypki/ - /kopano/easypki/
kopano_kustomer:
image: kopano/kustomerd:${KUSTOMER_VERSION:-latest}
read_only: true
restart: unless-stopped
command: serve --log-level debug
volumes:
- /etc/machine-id:/etc/machine-id
- /etc/machine-id:/var/lib/dbus/machine-id
- kopanolicenses:/etc/kopano/licenses
- kopanosocket/:/run/kopano
kopano_server: kopano_server:
image: ${docker_repo:-zokradonh}/kopano_core:${CORE_VERSION:-latest} image: ${docker_repo:-zokradonh}/kopano_core:${CORE_VERSION:-latest}
read_only: true # in case additional packages need to be installed this option should be set to false read_only: true # in case additional packages need to be installed this option should be set to false
@ -557,11 +546,11 @@ volumes:
kopanograpi: kopanograpi:
kopanolicenses: kopanolicenses:
kopanosocket: kopanosocket:
kopanospamd:
kopanossl: kopanossl:
kopanowebapp: kopanowebapp:
web: web:
zpushstates: zpushstates:
kopanospamd:
networks: networks:
kopano-net: kopano-net: