From fc47bf7ca85f2f4a7e35dc8e55d7743a0260b8bf Mon Sep 17 00:00:00 2001 From: jaydee Date: Fri, 5 Dec 2025 17:36:18 +0100 Subject: [PATCH] build --- __swarm/mailu3/mailu3-swarm.yml | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/__swarm/mailu3/mailu3-swarm.yml b/__swarm/mailu3/mailu3-swarm.yml index 7f91ed0..d2be4c1 100644 --- a/__swarm/mailu3/mailu3-swarm.yml +++ b/__swarm/mailu3/mailu3-swarm.yml @@ -41,8 +41,8 @@ services: env_file: stack.env hostname: antispam labels: - wud.watch: true - wud.watch.digest: true + wud.watch: 'true' + wud.watch.digest: 'true' volumes: - /share/docker_data/mailu3/filter:/var/lib/rspamd - /share/docker_data/mailu3/overrides/rspamd:/overrides:ro @@ -94,8 +94,8 @@ services: image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}nginx:${MAILU_VERSION:-2024.06} env_file: stack.env labels: - wud.watch: true - wud.watch.digest: true + wud.watch: 'true' + wud.watch.digest: 'true' homepage.container: mailu3-front-1 homepage.description: eMail server homepage.group: Utilities @@ -160,8 +160,8 @@ services: image: ${DOCKER_REGISTRY:-}apache/tika:2.9.2.1-full hostname: tika labels: - wud.watch: true - wud.watch.digest: true + wud.watch: 'true' + wud.watch.digest: 'true' networks: - fts_attachments healthcheck: @@ -180,8 +180,8 @@ services: image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}dovecot:${MAILU_VERSION:-2024.06} env_file: stack.env labels: - wud.watch: true - wud.watch.digest: true + wud.watch: 'true' + wud.watch.digest: 'true' volumes: - /share/docker_data/mailu3/mail:/mail - /share/docker_data/mailu3/overrides/dovecot:/overrides:ro @@ -196,8 +196,8 @@ services: image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}oletools:${MAILU_VERSION:-2024.06} hostname: oletools labels: - wud.watch: true - wud.watch.digest: true + wud.watch: 'true' + wud.watch.digest: 'true' networks: - oletools deploy: @@ -207,8 +207,8 @@ services: redis: image: ${DOCKER_REGISTRY:-}redis:alpine labels: - wud.watch: true - wud.watch.digest: true + wud.watch: 'true' + wud.watch.digest: 'true' volumes: - /share/docker_data/mailu3/redis:/data networks: @@ -221,8 +221,8 @@ services: image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}unbound:${MAILU_VERSION:-2024.06} env_file: stack.env labels: - wud.watch: true - wud.watch.digest: true + wud.watch: 'true' + wud.watch.digest: 'true' networks: default: # NOTE: Swarm does not support static IPs for scaling. @@ -250,8 +250,8 @@ services: image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}postfix:${MAILU_VERSION:-2024.06} env_file: stack.env labels: - wud.watch: true - wud.watch.digest: true + wud.watch: 'true' + wud.watch.digest: 'true' volumes: - /share/docker_data/mailu3/mailqueue:/queue - /share/docker_data/mailu3/overrides/postfix:/overrides:ro @@ -264,8 +264,8 @@ services: webdav: image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}radicale:${MAILU_VERSION:-2024.06} labels: - wud.watch: true - wud.watch.digest: true + wud.watch: 'true' + wud.watch.digest: 'true' volumes: - /share/docker_data/mailu3/dav:/data networks: @@ -278,8 +278,8 @@ services: image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}webmail:${MAILU_VERSION:-2024.06} env_file: stack.env labels: - wud.watch: true - wud.watch.digest: true + wud.watch: 'true' + wud.watch.digest: 'true' volumes: - /share/docker_data/mailu3/webmail:/data - /share/docker_data/mailu3/overrides/roundcube:/overrides:ro