You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	add syslog-ng
This commit is contained in:
		| @@ -540,6 +540,7 @@ A collection of delicious docker recipes. | ||||
| - [x] amancevice/superset | ||||
| - [x] matrixdotorg/synapse | ||||
| - [x] syncthing/syncthing | ||||
| - [x] linuxserver/syslog-ng | ||||
| - [x] tensorflow | ||||
|     - [x] serving | ||||
| - [x] kitabisa/teler | ||||
|   | ||||
							
								
								
									
										8
									
								
								syslog-ng/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								syslog-ng/README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| syslog-ng | ||||
| ========= | ||||
|  | ||||
| [syslog-ng][1] allows you to flexibly collect, parse, classify, rewrite and | ||||
| correlate logs from across your infrastructure and store or route them to log | ||||
| analysis tools. | ||||
|  | ||||
| [1]: https://docs.linuxserver.io/images/docker-syslog-ng/ | ||||
							
								
								
									
										16
									
								
								syslog-ng/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								syslog-ng/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| services: | ||||
|   syslog-ng: | ||||
|     image: linuxserver/syslog-ng:4.8.1 | ||||
|     ports: | ||||
|       - 514:5514/udp  # UDP | ||||
|       - 601:6601/tcp  # TCP | ||||
|       - 6514:6514/tcp # TLS | ||||
|     volumes: | ||||
|       - ./data/etc:/config | ||||
|       - ./data/log:/var/log | ||||
|     environment: | ||||
|       - PUID=1000 | ||||
|       - PGID=1000 | ||||
|       - TZ=Etc/UTC | ||||
|       - LOG_TO_STDOUT= #optional | ||||
|     restart: unless-stopped | ||||
		Reference in New Issue
	
	Block a user