Further improvements

This commit is contained in:
Florent Daigniere
2023-10-13 09:43:34 +02:00
parent bc6a38b655
commit c56b58149b
3 changed files with 24 additions and 1 deletions

View File

@@ -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: