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:
@@ -0,0 +1,3 @@
|
||||
port:
|
||||
tcp6:236:
|
||||
listening: true
|
||||
@@ -0,0 +1,3 @@
|
||||
port:
|
||||
tcp6:236:
|
||||
listening: true
|
||||
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user