mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-15 02:44:52 +01:00
build
This commit is contained in:
@@ -23,8 +23,8 @@ services:
|
|||||||
image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}admin:${MAILU_VERSION:-2024.06}
|
image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}admin:${MAILU_VERSION:-2024.06}
|
||||||
env_file: stack.env
|
env_file: stack.env
|
||||||
labels:
|
labels:
|
||||||
wud.watch: true
|
wud.watch: 'true'
|
||||||
wud.watch.digest: true
|
wud.watch.digest: 'true'
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/mailu3/data:/data
|
- /share/docker_data/mailu3/data:/data
|
||||||
- /share/docker_data/mailu3/dkim:/dkim
|
- /share/docker_data/mailu3/dkim:/dkim
|
||||||
@@ -57,8 +57,8 @@ services:
|
|||||||
antivirus:
|
antivirus:
|
||||||
image: ${DOCKER_REGISTRY:-}clamav/clamav-debian:1.2.0-6
|
image: ${DOCKER_REGISTRY:-}clamav/clamav-debian:1.2.0-6
|
||||||
labels:
|
labels:
|
||||||
wud.watch: true
|
wud.watch: 'true'
|
||||||
wud.watch.digest: true
|
wud.watch.digest: 'true'
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/mailu3/filter/clamav:/var/lib/clamav
|
- /share/docker_data/mailu3/filter/clamav:/var/lib/clamav
|
||||||
networks:
|
networks:
|
||||||
@@ -79,8 +79,8 @@ services:
|
|||||||
image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-2024.06}
|
image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-2024.06}
|
||||||
env_file: stack.env
|
env_file: stack.env
|
||||||
labels:
|
labels:
|
||||||
wud.watch: true
|
wud.watch: 'true'
|
||||||
wud.watch.digest: true
|
wud.watch.digest: 'true'
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/mailu3/data/fetchmail:/data
|
- /share/docker_data/mailu3/data/fetchmail:/data
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user