mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
* add goss healthcheck to meet * add goss healthcheck to scheduler * enhance goss tests for webapp * add meet and scheduler to make target for goss * fix healtcheck for webapp will report 200, but also cause an error because of it being requested over plain have dedicated url for check * disable stats reporting in build * update commander
15 lines
240 B
INI
15 lines
240 B
INI
:9080 {
|
|
log stdout
|
|
errors stderr
|
|
|
|
# healthcheck
|
|
status 200 /status
|
|
|
|
alias /webapp/ /usr/share/kopano-webapp/
|
|
fastcgi2 /webapp/ /run/php/php7.0-fpm.sock php {
|
|
without /webapp/
|
|
root /usr/share/kopano-webapp/
|
|
}
|
|
folderish /webapp
|
|
}
|