[Compose, SOGo] New version, ltrim logs

master
andryyy 2017-09-01 23:33:12 +02:00
parent 4d7bb26874
commit 7351fcf1e3
2 changed files with 20 additions and 2 deletions

View File

@ -23,6 +23,7 @@ destination d_redis_ui_log {
persist-name("redis1") persist-name("redis1")
port(6379) port(6379)
command("LPUSH" "SOGO_LOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n") command("LPUSH" "SOGO_LOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n")
command("LTRIM" "SOGO_LOG" "0" "10000")
); );
}; };
destination d_redis_f2b_channel { destination d_redis_f2b_channel {

View File

@ -79,6 +79,23 @@ services:
aliases: aliases:
- clamd - clamd
watchdog-mailcow:
image: mailcow/watchdog:1.0
build: ./data/Dockerfiles/watchdog
restart: always
environment:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
- DBPASS=${DBPASS}
- MAILCOW_HOSTNAME=${MAILCOW_HOSTNAME}
command: /bin/bash -c 'sleep 999999'
volumes:
- vmail-vol-1:/vmail:ro
networks:
mailcow-network:
aliases:
- watchdog
rspamd-mailcow: rspamd-mailcow:
image: mailcow/rspamd:1.6 image: mailcow/rspamd:1.6
build: ./data/Dockerfiles/rspamd build: ./data/Dockerfiles/rspamd
@ -140,7 +157,7 @@ services:
- phpfpm - phpfpm
sogo-mailcow: sogo-mailcow:
image: mailcow/sogo:1.5 image: mailcow/sogo:1.6
build: ./data/Dockerfiles/sogo build: ./data/Dockerfiles/sogo
depends_on: depends_on:
unbound-mailcow: unbound-mailcow:
@ -202,7 +219,7 @@ services:
- dovecot - dovecot
postfix-mailcow: postfix-mailcow:
image: mailcow/postfix:1.3 image: mailcow/postfix:1.4
build: ./data/Dockerfiles/postfix build: ./data/Dockerfiles/postfix
depends_on: depends_on:
unbound-mailcow: unbound-mailcow: