1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +00:00
Felix Bartels 4878fc9917
Use goss for healthchecks (#223)
* basic healthcheck based on goss
* add goss to travis
* healtcheck command runs now for all services
* add to makefile
2019-08-27 14:56:49 +02:00

34 lines
627 B
YAML

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