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

speed up tests by using tmpfs for data directories during startup test (#289)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-11-17 21:04:55 +01:00 committed by GitHub
parent 03c7154299
commit 8915a7e3bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,3 +17,16 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- KCCONF_SERVER_MYSQL_HOST=${MYSQL_HOST}
ldap:
tmpfs:
- /var/lib/ldap
- /etc/ldap/slapd.d
db:
tmpfs:
- /var/lib/mysql
kopano_server:
tmpfs:
- /kopano/data
kopano_search:
tmpfs:
- /kopano/data