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

Merge pull request #61 from nupplaphil/search_volume

Adding search index to data container
This commit is contained in:
Felix Bartels 2018-12-21 07:44:22 +01:00 committed by GitHub
commit 9d5c159db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,8 @@ kcconf.configkopano({
r"/etc/kopano/search.cfg": r"/etc/kopano/search.cfg":
{ {
'log_file': "-", 'log_file': "-",
'log_level': "4" 'log_level': "4",
'index_path': "/kopano/data/search/"
} }
}) })

View File

@ -295,6 +295,7 @@ services:
volumes: volumes:
- kopanossl/:/kopano/ssl - kopanossl/:/kopano/ssl
- kopanosocket/:/run/kopano - kopanosocket/:/run/kopano
- kopanodata/:/kopano/data
environment: environment:
- SERVICE_TO_START=search - SERVICE_TO_START=search
- TZ=${TZ} - TZ=${TZ}