mirror of
				https://github.com/telekom-security/tpotce.git
				synced 2025-10-30 12:02:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			545 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			545 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| services:
 | |
| 
 | |
| # glutton service
 | |
|   glutton:
 | |
|     build: .
 | |
|     container_name: glutton
 | |
|     restart: always
 | |
|     tmpfs:
 | |
|      - /var/lib/glutton:uid=2000,gid=2000
 | |
|      - /run:uid=2000,gid=2000
 | |
| #    cpu_count: 1
 | |
| #    cpus: 0.75
 | |
|     network_mode: "host"
 | |
|     cap_add:
 | |
|      - NET_ADMIN
 | |
|     image: "dtagdevsec/glutton:24.04"
 | |
|     read_only: true
 | |
|     volumes:
 | |
|      - $HOME/tpotce/data/glutton/log:/var/log/glutton
 | |
|      - $HOME/tpotce/data/glutton/payloads:/opt/glutton/payloads
 | |
| #     - $HOME/tpotce/docker/glutton/dist/rules.yaml:/opt/glutton/config/rules.yaml
 | 
