mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-30 01:32:23 +00:00
Further improvements
This commit is contained in:
@@ -137,6 +137,10 @@ services:
|
||||
oletools:
|
||||
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}oletools:${MAILU_VERSION:-{{ version }}}
|
||||
hostname: oletools
|
||||
logging:
|
||||
driver: journald
|
||||
options:
|
||||
tag: mailu-oletools
|
||||
restart: always
|
||||
networks:
|
||||
- noinet
|
||||
@@ -151,7 +155,12 @@ services:
|
||||
{% if tika_enabled %}
|
||||
fts_attachments:
|
||||
image: apache/tika:2.9.0.0-full
|
||||
# ARM users may want iwishiwasaneagle/apache-tika-arm:2.1.0-full instead
|
||||
hostname: tika
|
||||
logging:
|
||||
driver: journald
|
||||
options:
|
||||
tag: mailu-tika
|
||||
restart: always
|
||||
networks:
|
||||
- fts_attachments
|
||||
@@ -161,6 +170,12 @@ services:
|
||||
dns:
|
||||
- {{ dns }}
|
||||
{% endif %}
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -nv -t1 -O /dev/null http://127.0.0.1:9998/tika || exit 1"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
start_period: 10s
|
||||
{% endif %}
|
||||
|
||||
antispam:
|
||||
|
||||
Reference in New Issue
Block a user