1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 05:42:54 +00:00

rework test image (#185)

use scheduler image as base
after dockerize round also execute some other commands
clean up test containers after run
switch kopano-admin to listing users (also more helpful when debugging)
comment kopano-cli for the moment
This commit is contained in:
Felix Bartels
2019-06-16 10:59:42 +02:00
committed by GitHub
parent adfbfeb4a3
commit e0792a39a5
4 changed files with 17 additions and 10 deletions
+3
View File
@@ -4,6 +4,8 @@ services:
test:
build:
context: tests/startup-test
args:
docker_repo: ${docker_repo:-zokradonh}
networks:
- kopano-net
- ldap-net
@@ -12,5 +14,6 @@ services:
- kopanodata/:/kopano/data
- kopanossl/:/kopano/ssl
- kopanosocket/:/run/kopano
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- KCCONF_SERVER_MYSQL_HOST=${MYSQL_HOST}