mirror of
				https://github.com/telekom-security/tpotce.git
				synced 2025-10-30 12:02:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| networks:
 | |
|   hellpot_local:
 | |
| 
 | |
| services:
 | |
| 
 | |
| # hellpot service
 | |
|   hellpot:
 | |
|     build: .
 | |
|     container_name: hellpot
 | |
|     restart: always
 | |
| #    cpu_count: 1
 | |
| #    cpus: 0.25
 | |
|     networks:
 | |
|      - hellpot_local
 | |
|     ports:
 | |
|      - "80:8080"
 | |
|     image: "dtagdevsec/hellpot:24.04"
 | |
|     read_only: true
 | |
|     volumes:
 | |
|      - $HOME/tpotce/data/hellpot/log:/var/log/hellpot
 | 
