diff --git a/mailu/.env b/mailu/.env index 25a04b3..3dc1f65 100644 --- a/mailu/.env +++ b/mailu/.env @@ -1,3 +1,4 @@ APPNAME=mailu DOCKER_REGISTRY=r.sectorq.eu/library/ -MAILU_VERSION=2024.06 \ No newline at end of file +MAILU_VERSION=2024.06 +LOGGING=syslog \ No newline at end of file diff --git a/mailu/docker-compose.yml b/mailu/docker-compose.yml index fa48fb4..787ae5c 100644 --- a/mailu/docker-compose.yml +++ b/mailu/docker-compose.yml @@ -20,6 +20,10 @@ services: image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}nginx:${MAILU_VERSION:-2024.06} restart: ${RESTART:-unless-stopped} env_file: stack.env + extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration + file: logger.yml + #service: openvino # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable + service: ${LOGGING:-syslog} logging: driver: loki options: