mirror of
				https://github.com/telekom-security/tpotce.git
				synced 2025-10-30 20:12:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			545 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			545 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| services:
 | |
| 
 | |
| # Suricata service
 | |
|   suricata:
 | |
|     build: .
 | |
|     container_name: suricata
 | |
|     restart: always
 | |
|     environment:
 | |
|     # For ET Pro ruleset replace "OPEN" with your OINKCODE
 | |
|      - OINKCODE=OPEN
 | |
|     # Loading externel Rules from URL 
 | |
|     # - FROMURL="https://username:password@yoururl.com|https://username:password@otherurl.com"
 | |
|     network_mode: "host"
 | |
|     cap_add:
 | |
|      - NET_ADMIN
 | |
|      - SYS_NICE
 | |
|      - NET_RAW
 | |
|     image: "ghcr.io/telekom-security/suricata:24.04.1"
 | |
|     volumes:
 | |
|      - $HOME/tpotce/data/suricata/log:/var/log/suricata
 | 
