mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-30 18:11:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			306 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			306 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| ---
 | |
| services:
 | |
|   syslog:
 | |
|     logging:
 | |
|       driver: syslog
 | |
|       options:
 | |
|         tag: mailu-front
 | |
|   journald:
 | |
|     logging:
 | |
|       driver: journald
 | |
|       options:
 | |
|         tag: mailu-front
 | |
|   loki:
 | |
|     logging:
 | |
|       driver: loki
 | |
|       options:
 | |
|         loki-url: "http://192.168.77.101:3100/loki/api/v1/push"
 | |
| 
 | 
