[PHP-FPM] Include more modules for upcoming features and Nextcloud support, drop ro flag; [Watchdog] Some fixes and changes

This commit is contained in:
andryyy
2017-10-08 22:47:52 +02:00
parent 7db5877644
commit 72995ff98e
4 changed files with 40 additions and 21 deletions

View File

@@ -96,13 +96,13 @@ services:
- rspamd
php-fpm-mailcow:
image: mailcow/phpfpm:1.2
image: mailcow/phpfpm:1.3
build: ./data/Dockerfiles/phpfpm
command: "php-fpm -d date.timezone=${TZ}"
depends_on:
- redis-mailcow
volumes:
- ./data/web:/web:ro
- ./data/web:/web:rw
- ./data/conf/rspamd/dynmaps:/dynmaps:ro
- dkim-vol-1:/data/dkim
environment:
@@ -295,8 +295,9 @@ services:
- /lib/modules:/lib/modules:ro
watchdog-mailcow:
image: mailcow/watchdog:1.5
image: mailcow/watchdog:1.6
build: ./data/Dockerfiles/watchdog
command: /watchdog.sh
init: false
volumes:
- vmail-vol-1:/vmail:ro