mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-21 13:23:09 +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,33 @@
|
||||
file:
|
||||
/kopano/data/attachments/0:
|
||||
exists: true
|
||||
mode: "0750"
|
||||
owner: kopano
|
||||
group: kopano
|
||||
filetype: directory
|
||||
/run/kopano/prio.sock:
|
||||
exists: true
|
||||
mode: "0660"
|
||||
owner: kopano
|
||||
group: kopano
|
||||
filetype: socket
|
||||
/run/kopano/server.pid:
|
||||
exists: true
|
||||
mode: "0644"
|
||||
owner: kopano
|
||||
group: kopano
|
||||
filetype: file
|
||||
/run/kopano/server.sock:
|
||||
exists: true
|
||||
mode: "0666"
|
||||
owner: kopano
|
||||
group: kopano
|
||||
filetype: socket
|
||||
http:
|
||||
http://localhost:236:
|
||||
status: 405
|
||||
timeout: 5000
|
||||
https://localhost:237:
|
||||
status: 405
|
||||
allow-insecure: true
|
||||
timeout: 5000
|
||||
@@ -0,0 +1,11 @@
|
||||
port:
|
||||
tcp6:236:
|
||||
listening: true
|
||||
file:
|
||||
/run/kopano/server.pid:
|
||||
exists: true
|
||||
mode: "0644"
|
||||
owner: kopano
|
||||
group: kopano
|
||||
filetype: file
|
||||
|
||||
Reference in New Issue
Block a user