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

add quick-test to makefile

fix socker for ical and gateway
enable non-ssl gateway and remove ssl options from docker-compose
ssl for gateway could be implemented as part of https://github.com/zokradonh/kopano-docker/issues/16

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2018-12-18 11:09:07 +01:00
parent 63e4acca3a
commit 485298bb76
3 changed files with 11 additions and 9 deletions
+6
View File
@@ -119,3 +119,9 @@ test:
make build-all
docker-compose build
docker-compose up -d
docker-compose ps
test-quick:
docker-compose stop || true
docker-compose up -d
docker-compose ps