mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-06 23:46:24 +00:00
* update to Debian Buster * update webapp container * update kdav image to buster * add some debug commands * use onbuild to specify building of core repository only in one place * remove ca-certificates and git from kdav image * git should not be needed since kdav has a builder stage * ca-certificates is already installed in an earlier stage * upgrade to Debian 10 for Z-Push * switch remaining Debian 9 repos in webapp * use a new major version for the base image * since its now based on buster * add new parameters to the onbuild step * update repos in setup.sh * switch default distribution in create repo script
37 lines
658 B
YAML
37 lines
658 B
YAML
file:
|
|
/run/sessions:
|
|
exists: true
|
|
mode: "0755"
|
|
size: 4096
|
|
owner: www-data
|
|
group: www-data
|
|
filetype: directory
|
|
contains: []
|
|
/usr/lib/php/20180731/mapi.so:
|
|
exists: true
|
|
mode: "0644"
|
|
owner: root
|
|
group: root
|
|
filetype: file
|
|
contains: []
|
|
/var/lib/kopano-webapp/tmp:
|
|
exists: true
|
|
mode: "0755"
|
|
size: 4096
|
|
owner: www-data
|
|
group: www-data
|
|
filetype: directory
|
|
contains: []
|
|
process:
|
|
kwebd:
|
|
running: true
|
|
php-fpm7.3:
|
|
running: true
|
|
http:
|
|
http://localhost:9080/status:
|
|
status: 200
|
|
allow-insecure: false
|
|
no-follow-redirects: false
|
|
timeout: 5000
|
|
body: []
|