1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

Add test implementation of goss (#222)

* add test target for goss
split test-ci up to later add goss to it
* bring back chown of /kopano/data
* use a dedicated goss file for kopano-server
* add todo
This commit is contained in:
Felix Bartels
2019-08-24 15:40:56 +02:00
committed by GitHub
parent a7f0d298ad
commit d6744b20e2
6 changed files with 30 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
port:
tcp6:236:
listening: true
+3
View File
@@ -0,0 +1,3 @@
port:
tcp6:236:
listening: true
+3
View File
@@ -26,6 +26,9 @@ echo "Configure core service '$SERVICE_TO_START'" | ts
# ensure removed pid-file on unclean shutdowns and mounted volumes
rm -f /var/run/kopano/"$SERVICE_TO_START".pid
echo "Set ownership" | ts
chown kopano:kopano /kopano/data/ /kopano/data/attachments
# allow helper commands given by "docker-compose run"
if [ $# -gt 0 ]; then
exec "$@"