mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-31 02:21:10 +01:00 
			
		
		
		
	alias
This commit is contained in:
		| @@ -1,3 +1,4 @@ | |||||||
| APPNAME=mailu | APPNAME=mailu | ||||||
| DOCKER_REGISTRY=r.sectorq.eu/library/ | DOCKER_REGISTRY=r.sectorq.eu/library/ | ||||||
| MAILU_VERSION=2024.06 | MAILU_VERSION=2024.06 | ||||||
|  | LOGGING=syslog | ||||||
| @@ -20,6 +20,10 @@ services: | |||||||
|     image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}nginx:${MAILU_VERSION:-2024.06} |     image: ${DOCKER_REGISTRY:-}ghcr.io/mailu/${DOCKER_PREFIX:-}nginx:${MAILU_VERSION:-2024.06} | ||||||
|     restart: ${RESTART:-unless-stopped} |     restart: ${RESTART:-unless-stopped} | ||||||
|     env_file: stack.env |     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: |     logging: | ||||||
|       driver: loki |       driver: loki | ||||||
|       options: |       options: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user