1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

remove kopano-server pid from goss checks (#437)

* remove kopano-server pid from goss checks
* fix download location of trivy
This commit is contained in:
Felix Bartels
2020-09-02 14:08:34 +02:00
committed by GitHub
parent d6c3896b4e
commit 6379f025a4
2 changed files with 5 additions and 8 deletions
+3 -6
View File
@@ -1,4 +1,5 @@
file:
# TODO how to make path dynamic?
/kopano/data/attachments/:
exists: true
mode: "0755"
@@ -11,12 +12,6 @@ file:
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"
@@ -27,9 +22,11 @@ process:
kopano-server:
running: true
http:
# TODO what if plain http is deactivated? (or uses a different port?)
http://localhost:236:
status: 405
timeout: 5000
# TODO what if ssl is deactivated? (or uses a different port?)
https://localhost:237:
status: 405
allow-insecure: true