mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-23 06:12:52 +00:00
Use goss for healthchecks (#223)
* basic healthcheck based on goss * add goss to travis * healtcheck command runs now for all services * add to makefile
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
file:
|
||||
/var/run/kopano/search.sock:
|
||||
exists: true
|
||||
mode: "0700"
|
||||
size: 0
|
||||
owner: kopano
|
||||
group: kopano
|
||||
filetype: socket
|
||||
contains: []
|
||||
@@ -0,0 +1,9 @@
|
||||
file:
|
||||
/var/run/kopano/search.sock:
|
||||
exists: true
|
||||
mode: "0700"
|
||||
size: 0
|
||||
owner: kopano
|
||||
group: kopano
|
||||
filetype: socket
|
||||
contains: []
|
||||
Reference in New Issue
Block a user